blockly
blockly copied to clipboard
Use closure-compiler-js
https://github.com/google/closure-compiler-js is a version of Google closure compiler that runs in pure JS, with no Java requirement at all.
@Hamms we didn't end up switching to the non-Java version of Closure Compiler, but I think this PR covers a lot of the build improvements: https://github.com/code-dot-org/blockly/pull/135.
We do still require Java install to run the build, though, right?
My main motivation for switching to closure-compiler-js was just to eliminate that system dependency.