Top "Google-closure" questions

Google Closure is a framework for writing large-scale applications in JavaScript.

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 …

javascript minify google-closure google-closure-compiler
How does Angular JS relate to Google Closure?

Now that AngularJS 1.0 is released I am wondering how this project fits together with the other general-purpose JavaScript framework / tool …

client-side google-closure angularjs
How to merge .CSS files with Sass (or other tool)?

I can use Sass to compile multiple .SCSS or .SASS input files into a single .CSS output file using @import …

css sass google-closure google-closure-library
Drag and drop events in embedded SVG?

Is there any possibility of receiving drag and drop events from SVG elements within a web page? I tried the …

drag-and-drop svg google-closure clojurescript
Http-Method changes from POST to OPTIONS when changing Content-Type

I am using closure library to do a simple POST. I think XhrIo should work because from my machine when …

javascript xmlhttprequest google-closure plovr
How do I iterate over an object within a Soy file when using Google closure templates?

I want to create my own template which I can pass an object to, and have the Soy template iterate …

javascript google-closure
Preventing closure compiler from renaming certain variables

I have a javascript file with a global object that must not be renamed (_gat from the Google Analytics async …

javascript compression google-closure google-closure-compiler
How can I load my own js module with goog.provide and goog.require?

We are trying to switch the packaging for our project from dojo to google closure, but we haven't had any …

javascript dojo google-closure google-closure-library
How do I iterate over enum values in Google Closure?

I'm trying to find the best way to iterate over all of the values on an enum defined in Google …

javascript enums iteration google-closure google-closure-library
how to hide/show dom element in google closure

domA.style.display = "none"; domA.style.display = "block; I could not find such functions in the library, but I guess …

google-closure google-closure-library