Top "Google-closure-compiler" questions

Google Closure Compiler compiles a typed superset of modern JavaScript to a target version of JavaScript, applying type checking, dead code elimination, minification and other improvements.

Exclude debug JavaScript code during minification

I'm looking into different ways to minify my JavaScript code including the regular JSMin, Packer, and YUI solutions. I'm really …

javascript compression minify google-closure-compiler
How to document CoffeeScript source code with JSDoc?

I have some code written in CoffeeScript and I want to optimize the generated JavaScript with the Google Closure Compiler, …

javascript coffeescript google-closure-compiler jsdoc
Compress all file .js with Google Closure Compiler Application in one File

I would like to Compress all my file .js in a same directory in one file with Google Closure Compiler …

javascript compression google-closure-compiler
Getting closure-compiler and Node.js to play nice

Are there any projects that used node.js and closure-compiler (CC for short) together? The official CC recommendation is to …

javascript node.js require google-closure-compiler
issue regarding trailing commas in JavaScript

Possible Duplicate: Internet Explorer, Closure Compiler and Trailing Commas I've tried compressing my javascript code using the Closure Compiler and …

javascript google-closure-compiler
How can I set the language_in option for the Closure compiler?

I need to set the language_in option on the Closure compiler to prevent the IE8 parse error: ERROR - …

javascript google-closure-compiler compiler-options
Integrate Google closure compiler with Eclipse IDE?

Does anybody know how to integrate Google closure compiler with Eclipse IDE? The thing I was trying to do is …

eclipse minify google-closure-compiler
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
JavaScript "compilers"

Recently I found such cool thing as Google Closure Compiler. Are there alternatives which provide opportunities to get benefits of …

javascript optimization compiler-construction compression google-closure-compiler
How do I split my javascript into modules using Google's Closure Compiler?

I want to use the google closure compiler on the javascript source we're using. In development mode we tend to …

javascript minify google-closure-compiler