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

Undigested .gz files are modified whether assets have changed or not. #82

Open ksonnad opened 10 years ago

ksonnad commented 10 years ago

If I precompile, and then immediately precompile again, I'll get a bunch of modified, undigested .gz files, e.g. backbone.js.gz, jquery.js.gz, mobile.css.gz, etc.