mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2024-11-25 16:33:00 +08:00
Move local build files to the top level
This commit is contained in:
parent
e5b3099a4f
commit
62b5c2407c
4
.gitignore
vendored
4
.gitignore
vendored
@ -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
|
||||
|
@ -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 \
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user