mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 19:26:42 +08:00
Grunt: add an update-external-app task
Builds the modules in bin/dist/modules and updates an app's node_modules/tns-core-modules dir. grunt update-external-app --path=/some/path/myapp1
This commit is contained in:
1128
gruntfile.js
1128
gruntfile.js
File diff suppressed because it is too large
Load Diff
@ -9,7 +9,9 @@
|
||||
"files": [
|
||||
"**/*.*",
|
||||
"**/*",
|
||||
"!node-tests/"
|
||||
"!.baseDir.*",
|
||||
"!node-tests/",
|
||||
"!apps/"
|
||||
],
|
||||
"license": "Apache-2.0",
|
||||
"devDependencies": {
|
||||
|
Reference in New Issue
Block a user