vote up 4 vote down star
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.

flag

78% accept rate
2  
I should downvote your obvious attempt to flatter, but I am sure we all appreciate your startling and perspacacious insight into the virtues of StackOverflow denizens. Too bad I don't have a clue about what you're talking about (minifier? wtf?), or I would provide a cogent and well-thought-out answer. – Cyberherbalist Apr 24 at 22:26
1  
See stackoverflow.com/questions/702907/… – Julien Apr 24 at 22:39
Busted. I’ve been reading ‘How to Make Friends and Influence People’. Not closely enough though. – Paul D. Waite Apr 24 at 22:41

6 Answers

vote up 7 vote down check

The YUI Compressor is fantastic. It works on javascript and css. Check it out.

link|flag
vote up 1 vote down

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

link|flag
vote up 1 vote down

If you are looking for an online tool, try this: http://www.csscompressor.com/

link|flag
vote up 1 vote down

If you want a web tool solution try Pretty Diff tool. http://mailmarkup.org/prettydiff/prettydiff.html

link|flag
vote up 1 vote down

I like Minify. In PHP and works with CSS or JavaScript.

link|flag
vote up 3 vote down

There's also a .NET port of YUI Compressor which allows you to:-

  • intergrate the minification/file combining into Visual Studio post-build events
  • intergrate into a TFS Build (including CI)
  • if you wish to just use the dll's in your own code (eg. on the fly minification).
link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.