vote up 1 vote down star

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?

flag

3 Answers

vote up 4 vote down

It looks like it's described here:

http://code.google.com/closure/compiler/docs/gettingstarted%5Fui.html

link|flag
vote up 0 vote down

As Jhon said, you can use Closure in this app http://closure-compiler.appspot.com/home. It will parse your script to a "better JavaScript". "It parses your JavaScript, analyzes it, removes dead code and rewrites and minimizes what's left"

link|flag
vote up 0 vote down

Google is great because they typically provide walkthroughs and tutorials of their "developer" software. Closure is no exception. Start here and follow the links to the tool that you want to learn about. Then, just read and follow along. They have a ton of information about each tool. Enjoy!

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.