mirror of
https://github.com/google/blockly.git
synced 2026-01-30 12:10:12 +01:00
Add local build tasks to gulp (#2895)
* Support compiling from the npm closure compiler and add gulp tasks
This commit is contained in:
12
package.json
12
package.json
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user