getting started with Google Closure if you don't care about minifying/compiling?
Posted
by Tim
on Stack Overflow
See other posts from Stack Overflow
or by Tim
Published on 2010-03-30T14:35:48Z
Indexed on
2010/03/30
18:33 UTC
Read the original article
Hit count: 346
google-closure
|JavaScript
If you don't care about minifying your code, is there a way to get started using the Google Closure library without having to set up a subversion client and use the compiler? The Notepad sample program on Google's website refers to
<script src="closure-library/base.js" > </script >
Can you simply download closure-library/base.js somewhere and start playing with the UI examples? The Closure Lite quick-start version doesn't appear to include goog.ui
© Stack Overflow or respective owner