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

Plans for rails 4? #80

Closed cyrusstoller closed 10 years ago

cyrusstoller commented 10 years ago

This is awesome. Thank you for all the hard work.

What needs to be done for this to be rails 4 compatible? Or is there already a way to use it with rails 4?

ndbroadbent commented 10 years ago

Hello,

As far as I'm aware, this gem shouldn't be necessary at all for Rails 4. The people working on assets have made a few changes that means that asset caches can be reused between compiles, and it can even re-use a warm cache from your development environment.

Best, Nathan

cyrusstoller commented 10 years ago

@ndbroadbent That's awesome. Thank you.