Symlinks
Closed this issue · 0 comments
g105b commented
It's really useful on some projects to symlink a non-webroot directory into the webroot. This could be set up with a simple ln -s
, but doing it as the correct web user, and making sure that nested directories are handled automatically, would be really helpful.
This issue is part of PhpGt/Build#222