sandro/specjour

Doens't work with symlinks (cached_externals plugin)

wulffeld opened this issue · 2 comments

In a project I'm using 37 signals cached_externals plugin. This creates symlinks in vendor/plugins/ to a dir outside the project. specjour obviously fails since only the symlinks are synced to another box. The fix is easy. Add the -L option to the rsync command meaning it will resolve symlinks and copy everything.

Excellent solution, thanks!

Rsync copies symlinks

Closed by 061f01f