What are some good css and js minimizers for production code? [closed]

YUI Compressor does both JavaScript and CSS. I’m not sure if you can send it a batch of files. You can batch process at YUI Compressor Online (yui.2clics.net), though that version only accepts JavaScript. Another Online YUI Compressor (refresh-sf.com) accepts CSS, too, but doesn’t batch. In terms of comparing the various minifiers, see jQuery : … Read more

What do you use to minimize and compress JavaScript libraries? [closed]

I’ve used YUI Compressor for a long time and have had no problems with it, but have recently started using Google Closure Compiler and had some success with it. My impressions of it so far: It generally outperforms YUI Compressor in terms of file size reduction. By a small amount on simple mode, and by … Read more