Tagged Questions

2
votes
1answer
35 views

Are Mootools and Google Closure Librarys Compatible?

Anyone have any experience of using Closure js lib and Mootools in the same page? Conflicts or works ok?
0
votes
3answers
163 views

Google closure compiler error “Variable COMPILED first declared in {SyntheticVarsDeclar}”

When using the Google closure compiler to try and compile a load of closure dependencies taken from their editor demo (no external code) using calcdeps.py I get the following error …
17
votes
6answers
2k views

What does Google Closure Library offer over jQuery?

Considering business background community support available extensions default set of features simplicity of use and reliability why do you prefer one over the another?
5
votes
8answers
752 views

jQuery compiled with Google Closure Compiler

Has anyone compiled jQuery against Google's newly-released Closure compiler? There has been reported huge savings in code size. I'm curious what the benefit is if jQuery was compi …
6
votes
4answers
515 views

Should I use the YUI Compressor or the new Google Closure compiler to compress my JavaScript?

YUI Compressor was the consensus best tool for minimizing, but Closure seems like it could be better.
1
vote
1answer
21 views

Loading files through goog.require in a script block fails

When using goog.require inside a <script> tag to load a script, the specified files aren't loaded. For example: <script> goog.require('goog.dom'); var mydiv = goog.dom …
2
votes
5answers
199 views

Should I learn the Google Closure JavaScript framework, or is it just a passing (albeit Google branded) framework?

By now, I'm sure a lot of people will agree jQuery is pretty much the standard JavaScript framework (or as much as one can ever be). I mean, it has been adopted by Nokia and Micros …
1
vote
3answers
171 views

How to use Google’s Closure to compile JavaScript

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 …
0
votes
1answer
181 views

Google’s Closure library comparing to Yahoo’s YUI [closed]

Which is better for a big and complex web application in your opinion?
2
votes
4answers
138 views

Equivalent of “Google Closure Compiler” for HTML?

Is there an equivalent of Google's Closure Compiler for HTML minimizing?
0
votes
2answers
187 views

What are the best features of the Google Closure Library

Today Google announced the release of the new Closure Tools which includes the Closure Library. So JS/CSS experts... what are the best features?