I'm looking for some applications or websites that minimize css and js files. Ideally, they could batch them all or if not, one at a time.
Thanks! Brian
|
7
|
I'm looking for some applications or websites that minimize css and js files. Ideally, they could batch them all or if not, one at a time. Thanks! Brian
|
|||
|
|
|
|
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 this entry from the jQuery FAQ:
|
|||
|
|
Microsoft released their Microsoft Ajax Minifier on codeplex today. Includes an MS build task and everthing inside VS 2005/2008 |
||
|
|
|
|
There's also a .NET port of YUI Compressor which allows you to:-
|
||
|
|
|
|
you can try the free tools from Boryi |
||
|
|
|
|
If you don't mind using Perl as part of your build process, JavaScript:: and CSS::Minifier work pretty well. |
||
|
|
|
|
Basically what you are looking is to speed up your site by reducing the size of the response. The other thing apart from minified js and css files is you can do a http compress. Please go through this and this. |
||
|
|
|
|
Take a look at The JavaScript CompressorRater. It does live comparisons of various minifiers (with and without gzip compression) for any JavaScript you supply it. It also (mostly) works with CSS, though not all minifiers support it and not even all of those that do (e.g. YUI) show up correctly in the comparison table. |
|||
|
|
I like this one from Yahoo: http://developer.yahoo.com/yui/compressor/ |
||
|
|
|
|
YUI Compressor is pretty cool. You can run it as part of a build process from the command line |
||
|
|
|
|
I use Packer by Dean Edwards for javascript. |
||
|