Add local build tasks to gulp (#2895)

* Support compiling from the npm closure compiler and add gulp tasks
This commit is contained in:
Sam El-Husseini
2019-08-22 10:04:41 -07:00
committed by GitHub
parent 5af3d46341
commit 1d1401e00e
2 changed files with 296 additions and 14 deletions

View File

@@ -17,12 +17,13 @@
"name": "Neil Fraser"
},
"scripts": {
"prepare": "gulp blockly_node_javascript_en",
"build": "gulp build",
"lint": "eslint .",
"typings": "gulp typings",
"test": "tests/run_all_tests.sh",
"package": "gulp package",
"release": "gulp release"
"prepare": "gulp blockly_node_javascript_en",
"release": "gulp release",
"test": "tests/run_all_tests.sh",
"typings": "gulp typings"
},
"main": "./index.js",
"umd": "./blockly.min.js",
@@ -54,7 +55,8 @@
"pngjs": "^3.4.0",
"rimraf": "^2.6.3",
"typescript-closure-tools": "^0.0.7",
"webdriverio": "^5.11.5"
"webdriverio": "^5.11.5",
"yargs": "^14.0.0"
},
"jshintConfig": {
"globalstrict": true,