Use Google Closure to minify your .js

Have a large .js file that you’d like to bring down to size? Check out the Google-hosted Closure compiler:

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

It let’s you specify some basic rules for the compression as well as creates the actual resulting .js file if you don’t want to bother with copy/paste for the results.