Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to minify your jQuery code? [duplicate]

Tags:

jquery

minify

Possible Duplicate:
How to minify jquery files?

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

like image 223
good_evening Avatar asked Apr 29 '11 13:04

good_evening


2 Answers

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

like image 56
Ian Gilham Avatar answered Sep 21 '22 12:09

Ian Gilham


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

like image 43
Jimmy Sawczuk Avatar answered Sep 22 '22 12:09

Jimmy Sawczuk