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

Remove postprocessors and keep right order #76

Closed RavWar closed 10 years ago

RavWar commented 10 years ago

Sorry about previous error in #66. Didn't notice attributes.engines return array of engines in reverse order and because of it scss, sass and less engines were ahead of erb in processing order... Fixed it by changing arguments in attributes.engines & allowed_engines to allowed_engines & attributes.engines

ndbroadbent commented 10 years ago

Thanks for this, I'm going to test it out with our deploy now

ndbroadbent commented 10 years ago

Awesome, it seems to be a bit faster!

Please feel free to contribute more changes or fixes if you find anything to improve. I think this code is quite hard for people to contribute to since it requires some sprockets and rails knowledge, so it's good to have some help! Thanks again!