5

Possible Duplicate:
How to minify jquery files?

Are there any tools, which can minify jQuery code, like jQuery.com do it itself?

Community
  • 1
  • 1
good_evening
  • 21,085
  • 65
  • 193
  • 298

6 Answers6

5

You might try Google's Closure tools. There is an online minifier service as well.

Ian Gilham
  • 1,916
  • 3
  • 20
  • 31
3

I've used YUI Compressor in the past. It's easy to use and it does a really good job.

Jimmy Sawczuk
  • 13,488
  • 7
  • 46
  • 60
0

yui compressor: http://developer.yahoo.com/yui/compressor/

Hope this helps.

alexl
  • 6,841
  • 3
  • 24
  • 29
0

You might want to take a look at YUI Compressor

It can compress javascript and css.

Joseph
  • 25,330
  • 8
  • 76
  • 125
0

There is also the Ajax Minifier from Microsoft:

http://www.asp.net/ajaxlibrary/AjaxMinDocumentation.ashx

You can even add it as a build job to a asp.net project and it will minify any javascript or css everytime it publishes. That way, you don't have to keep up with two references and still get readable versions to debug with...

ShaneBlake
  • 11,056
  • 2
  • 26
  • 43
0

If you are on Visual Studio, Chirpy is the best.

neebz
  • 11,465
  • 7
  • 47
  • 64