documentcloud / jammit

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

Add support for Sass's CSS compressor #207

Closed justinweiss closed 10 years ago

justinweiss commented 12 years ago

Sass has both a CSS parser and a CSS writer that support compression. By hooking them together, Sass provides a pretty good pure-ruby CSS compressor. No more java, no more per-package jvm startup cost.

andrewroth commented 12 years ago

I hope this gets merged, I find it useful as jammit css compression hangs on my system.

didip commented 12 years ago

+1 on this. I'd love to drop java dependency as well.

justinweiss commented 12 years ago

This can probably be closed. see https://github.com/documentcloud/jammit/pull/227