mirror of
https://github.com/google/blockly.git
synced 2026-01-06 16:40:07 +01:00
Convert compile demo into a unit test. (#1360)
* Intentionally break Travis. * Alphabetize tests, remove orphaned test, and add fail to test that's running. * Unbreak test, disable OS X, move scripts, list compiler directory. * Test Java, break test. * Unbreak test, call compile script. * Compile main_compressed.js * Run test command using bash. * Fix path. * Exclude node modules. * Be more specific about JS files to compile. * Test failure. * Restore OSX, undo Blockly failure, remove compilation demo, add compilation test. * Delete manual test files. * Ignore downloaded/generated files. * Whitespace cleanup.
This commit is contained in:
committed by
Rachel Fenichel
parent
4df6f11f8a
commit
82705923cb
3
.gitignore
vendored
3
.gitignore
vendored
@@ -6,3 +6,6 @@ npm-debug.log
|
||||
*.pyc
|
||||
*.komodoproject
|
||||
/nbproject/private/
|
||||
|
||||
tests/compile/main_compressed.js
|
||||
tests/compile/*compiler*.jar
|
||||
|
||||
Reference in New Issue
Block a user