Nifty. I wonder where a good place to record this would be?
The all-round carefree package. Includes Closure Compiler and a JRE built from OpenJDK. Zero dependencies, no environment variables to set, works out of the box.
GitHub: https://github.com/dcodeIO/ClosureCompiler.js
npm: https://npmjs.org/package/closurecompiler
I am thankful for any feedback from experienced CC users. Hope you'll find it useful!
--
---
You received this message because you are subscribed to the Google Groups "Closure Compiler Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to closure-compiler-d...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Thanks for sharing your work!
Cool!
I also finished inclusion of "node.js Closure Compiler Externs" (see the other thread) into ClosureCompiler.js. Specifying "--externs=node" now includes all node.js specific externs and makes compiling for node.js a breeze.
--