mirror of
https://github.com/google/blockly.git
synced 2026-01-07 09:00:11 +01:00
Fix the local npm compiler build script (#2698)
The google closure compiler has moved the java compiler into it's own package under google-closure-compiler-java. Updating paths to reflect that.
This commit is contained in:
@@ -23,8 +23,8 @@ fi
|
||||
|
||||
# Find the Closure Compiler.
|
||||
if [ -n $NODE_MODULES ] && \
|
||||
[ -s $NODE_MODULES/google-closure-compiler/compiler.jar ]; then
|
||||
COMPILER=$NODE_MODULES/google-closure-compiler/compiler.jar
|
||||
[ -s $NODE_MODULES/google-closure-compiler-java/compiler.jar ]; then
|
||||
COMPILER=$NODE_MODULES/google-closure-compiler-java/compiler.jar
|
||||
echo "Found npm google-closure-compiler:"
|
||||
echo " $COMPILER"
|
||||
npm list google-closure-compiler | grep google-closure-compiler
|
||||
|
||||
Reference in New Issue
Block a user