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
976 stars 78 forks source link

asset digests not updating when corresponding files changed in development mode #70

Open nzaillian opened 11 years ago

nzaillian commented 11 years ago

Hi, I have an old bug from sprockets-rails rearing it's head on a project I work on now that uses the turbo-sprockets-rails3 gem. We're on turbo-sprockets-rails3 v. 0.3.6, and Rails 3.2.12. The symptoms and steps to reproduce are exactly those in the linked issue below. Let me emphasize that this one is a showstopper for us.

https://github.com/rails/rails/issues/6803