Move local build files to the top level

This commit is contained in:
Rachel Fenichel 2018-04-18 09:01:59 -07:00
parent e5b3099a4f
commit 62b5c2407c
3 changed files with 8 additions and 7 deletions

4
.gitignore vendored
View File

@ -28,5 +28,5 @@ common.pyc
/gh-pages/Gemfile.lock
/gh-pages/closure-library
/gh-pages/_site
/local_build/*compiler*.jar
/local_build/local_blockly_compressed_vertical.js
/*compiler*.jar
/local_blockly_compressed_vertical.js

View File

@ -51,10 +51,10 @@ echo Using $COMPILER as the compiler.
rm local_blockly_compressed_vertical.js 2> /dev/null
echo Compiling Scratch-Blocks..
java -jar $COMPILER \
--js='../core/**.js' \
--js='!../core/block_render_svg_horizontal.js' \
--js='../../closure-library/closure/goog/**.js' \
--js='../../closure-library/third_party/closure/goog/**.js' \
--js='core/**.js' \
--js='!core/block_render_svg_horizontal.js' \
--js='../closure-library/closure/goog/**.js' \
--js='../closure-library/third_party/closure/goog/**.js' \
--generate_exports \
--warning_level='DEFAULT' \
--compilation_level SIMPLE_OPTIMIZATIONS \

View File

@ -31,6 +31,7 @@
"rimraf": "2.6.2",
"travis-after-all": "1.4.4",
"webdriverio": "4.8.0",
"webpack": "1.13.2"
"webpack": "1.13.2",
"google-closure-compiler": "20180402.0.0"
}
}