jQuery and ASP.NET

November 1, 2009

7 Free Tools to Minify your Scripts and CSS




I have been doing a lot of Client-Side development recently and I have found these 7 tools of great help to improve the performance of the website by ‘shrinking’ the size of JavaScript and CSS files, referenced in the site.

JSMin (JavaScript Minifier) - removes comments and unnecessary whitespace from JavaScript files

JSO (JavaScript Optimizer) - allows you to manage your JavaScript and CSS resources and to reduce the amount of data transfered between the server and the client.

Packer – An online JavaScript Compressor

JSCompress.com – Online tool that uses either JSMin or Packer to compress your files

CSS Compressor – Online tool that compresses your CSS file

DigitalOverload JavaScript Minifier – Online tool that minifies your JavaScript files and finally the one I use most frequently:

YUI Compressor – A JavaScript minifier designed to be 100% safe and yields a higher compression ratio than most other tools.


Bookmark this link on del.icio.us (saved by 0 users)

Did you like this post?
kick it on DotNetKicks.com
subscribe via rss subscribe via e-mail
print this post follow me on twitter
Others Also Read..

comments

5 Responses to "7 Free Tools to Minify your Scripts and CSS"
  1. Celso Endo said...
    November 3, 2009 5:42 PM

    Hi!
    There is also ShrinkSafe from Dojo.
    It can be used without dojo toolkit and it's based on Rhino (Javascript engine from Mozilla). I use Shrinksafe and never had a problem! Very good!
    http://dojotoolkit.org/docs/shrinksafe

  2. Zubin said...
    May 29, 2010 5:19 AM
    This post has been removed by the author.
  3. Zubin said...
    May 29, 2010 5:20 AM

    How about the google closure compiler, they even host your optimized JS:


    http://closure-compiler.appspot.com/home

  4. kevin said...
    May 29, 2010 5:54 AM

    Another online css compressor
    http://www.miniwebtool.com/css-compressor/

  5. MickeyC said...
    May 29, 2010 11:28 AM

    I wrote a couple of articles a while ago about minifying css/javascript on the fly. They utilise a mod_perl handler which intercepts outgoing css/js and compresses them on the way out. Compressing CSS on the Fly and Compressing JavaScript on the Fly

 

Copyright 2010 All Rights Reserved DevCurry.com by Suprotim Agarwal