ndbroadbent / turbo-sprockets-rails3

Speeds up your Rails 3 assets:precompile by only recompiling changed files, and only compiling once to generate all assets
MIT License
975 stars 78 forks source link

generate incorrect css file after deploy:rollback then deploy #46

Closed lidaobing closed 11 years ago

lidaobing commented 11 years ago

generate incorrect css file after deploy:rollback then deploy

amalagaura commented 11 years ago

Since assets have md5 sums, what exactly was incorrect?

lidaobing commented 11 years ago

the new release still use the old css file

ndbroadbent commented 11 years ago

Could you please try using the capistrano gem from the master branch in your Gemfile? I've added proper support for deploy:rollback in there, but a new version of capistrano hasn't been released with that feature. Please let me know if it works for you, thanks!