documentcloud / jammit

Industrial Strength Asset Packaging for Rails
http://documentcloud.github.com/jammit/
MIT License
1.16k stars 197 forks source link

settings to individually disable css and js compression #204

Closed theflow closed 6 years ago

theflow commented 13 years ago

Hi,

I want to have jammit handle js compression using uglifyjs and using sass for the stylesheets, so I don't want YUI to kick in.

This kinda solves the same problem as https://github.com/documentcloud/jammit/pull/189 but this was the simplest thing that works for me.