How to use Google's Closure to compile JavaScript

Posted by Ted on Stack Overflow See other posts from Stack Overflow or by Ted
Published on 2009-11-07T04:15:08Z Indexed on 2010/04/13 16:02 UTC
Read the original article Hit count: 355

Google just released Closure, which is a compiler to minify JavaScript.

On the product site, it says "The Closure Compiler has also been integrated with Page Speed".

How do I use Page Speed to compile my web pages JavaScript with Closure?

(Or, is there a web site that I can simply paste in my JavaScript to have closure minify it?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about google-closure