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

Assets are still generated each time when using requirejs-rails #83

Open jonhyman opened 10 years ago

jonhyman commented 10 years ago

We're using requirejs-rails which injects itself into the asset pipeline. When using this, assets are precompiled each time.

nfriend21 commented 10 years ago

my assets are still generated each time, period. when deploying to heroku and following all the instructions exactly.

iamnader commented 9 years ago

seeing the same behavior

dcalhoun commented 9 years ago

Any hope of a resolution to this?