capistrano-plugins / capistrano-faster-assets

Skips asset compilation if none of the assets were changed since last release.
MIT License
187 stars 38 forks source link

skip asset copy if directory is symlink #20

Closed kenjiszk closed 8 years ago

kenjiszk commented 8 years ago

@rhomeister

fixed pull request of these. https://github.com/capistrano-plugins/capistrano-faster-assets/pull/14 https://github.com/capistrano-plugins/capistrano-faster-assets/pull/16

  1. skip assets copy if assets directory is symbolic link
  2. change cp target to parent directory. this is alternative solution for -T option.
  3. precompile will be executed at first deploy after using symbolic link. (check asset manifest file)
bsiegel commented 8 years ago

👍 We're experiencing this issue as well, would be really helpful to get this merged.

rhomeister commented 8 years ago

Looks good. Thanks for your contribution.

kenjiszk commented 8 years ago

Thank you!