tags:

views:

147

answers:

7

Hi,

I can't find that tool that minifies that javascript.

Its a java based tool.

I thought douglas crawford made it, but can't find it on his site even!

+8  A: 

Are you looking for JSMin?

http://www.crockford.com/javascript/jsmin.html.

chauncey
+2  A: 

Well, if you want the actual Douglas Crockford one, that's here:
http://javascript.crockford.com/jsmin.html

Otherwise, Google for "js minifier" should find at least a few alternatives.

Chad Birch
+4  A: 

There are a number of them.

Incidentally, Crawford's tool is the #2 result on Google for "javascript minify".

ceejayoz
+2  A: 

I would use either JSMin or YUI Compressor

Both are good tools.

Alex Fort
+1  A: 

Are you thinking of Mike Hall's Crunchinator?

Ben Blank
+2  A: 

There's a whole list in wikipedia. Not only Javascript, but at least 3 for it.

Georg