blockly icon indicating copy to clipboard operation
blockly copied to clipboard

Use closure-compiler-js

Open Hamms opened this issue 7 years ago • 3 comments

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 avatar Apr 06 '18 19:04 Hamms

@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.

joshlory avatar Sep 21 '18 21:09 joshlory

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.

Hamms avatar Sep 21 '18 21:09 Hamms