Open elik-ru opened 8 years ago
Could you check whether https://github.com/capistrano-plugins/capistrano-faster-assets/pull/14 solves your problem? I've just merged this into master.
capistrano/rails/asset gem adds assets folder in :linked_dirs. So public/assets in each release folder is a symlink to shared/public/assets. And 'copy -Tr' will copy each file inside assets into itself. It's just a waste of time.
Possible fix for issue #12
add a line to deploy.rb :
set :faster_assets_skip_cp, true
and assets will not be copied