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 from unprocessed asset #66

Closed RavWar closed 11 years ago

RavWar commented 11 years ago

Unprocessed assets are evaluated using all postprocessors but without any engines. It causes unexpected behavior and errors because postprocessor expects data allready parsed by an engine.

I think simply removing postprocessors and leaving just preprocessors and engines for unprocessed assets shouldn't cause any problems.

I found this issue while using https://github.com/ai/autoprefixer-rails. Great gem and i really hope it gets the support it deserves, including compatibility with this also very useful gem.

ndbroadbent commented 11 years ago

Looks good to me. Will release 0.3.8 with this change

ndbroadbent commented 11 years ago

Hey, I think this change has caused #73... reverting for now