ruhoh / ruhoh.rb

http://ruhoh.com
616 stars 69 forks source link

Attempt to use various compressors for sprockets #269

Open nathanstitt opened 10 years ago

nathanstitt commented 10 years ago

This attempts to use the YUI, Uglifier, and Google Closure compiler to minimize and gzip the output when using sprockets.

If you think it'd be better, I could re-write to use an accessor and/or config option to specify the compressor. I thought it might be best to attempt to auto-detect what's available though.

Thanks for the great work!