JSMin
From Technical Presentations
JSMin is a tool by Douglas Crockford which gracefully removes comments and unnecessary whitespace from JavaScript files. It typically reduces filesize by half, resulting in faster downloads.
JSMin is available in C# and Java and JavaScript and Perl and PHP and Python and OCAML and Ruby.
[edit] Links
- http://javascript.crockford.com/jsmin.html - homepage and documentation

