mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-28 22:10:31 -04:00
Move local build files to the top level
This commit is contained in:
parent
e5b3099a4f
commit
62b5c2407c
3 changed files with 8 additions and 7 deletions
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…
Add table
Add a link
Reference in a new issue