Any recommendations for a CSS minifier?
I’ll be rooting around Google and trying some out, but I suspected that the smart, proficient and curiously handsome StackOverflow community might have already evaluated the pros and cons of the heavyweights.
|
2
|
Any recommendations for a CSS minifier? I’ll be rooting around Google and trying some out, but I suspected that the smart, proficient and curiously handsome StackOverflow community might have already evaluated the pros and cons of the heavyweights.
|
||||||||||
|
|
|
The YUI Compressor is fantastic. It works on javascript and css. Check it out. |
||
|
|
|
|
If you use Python I would recommend slimmer which is probably not as fast as YUI Compressor but unlike csscompressor.com it doesn't choke on CSS hacks. I'm biased since I wrote slimmer and I'm currently evaluating YUI Compressor to see how it handles hacks. An example of slimmer in action can be seen if you view the source of crosstips.org |
||
|
|
|
|
If you are looking for an online tool, try this: http://www.csscompressor.com/ |
||
|
|
|
|
If you want a web tool solution try Pretty Diff tool. http://mailmarkup.org/prettydiff/prettydiff.html |
||
|
|
|
|
I like Minify. In PHP and works with CSS or JavaScript. |
||
|
|
|
|
There's also a .NET port of YUI Compressor which allows you to:-
|
||
|
|