Posted on Monday, December 6, 2010 Google Closure Compiler Category JavaScript I did just found handy online tool to compact big JavaScript, e.g. plugins. http://code.google.com/closure/compiler/ Compacted JavaScript are downloaded and run faster, making application run faster. When you compile your JavaScript, the tool shows the errors. This tool is also useful for debugging your JavaScript.