rstacruz / sinatra-assetpack

Package your assets transparently in Sinatra.
http://ricostacruz.com/sinatra-assetpack/
MIT License
541 stars 97 forks source link

Add `js_compression :simple` which does not compress js #87

Closed ujifgc closed 11 years ago

ujifgc commented 11 years ago

Since css_compression has :simple option, js_compression should have it too.

NOTE: This patch with setting js_compression :simple will solve problems with invalid compression of bootstrap.js in production mode.

j15e commented 11 years ago

Thanks @ujifgc merging this in master, will review before next release but seems okay to me!