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:
Hristo Deshev
2015-11-06 16:41:20 +02:00
parent f7efef40df
commit a147ff490a
2 changed files with 587 additions and 545 deletions

File diff suppressed because it is too large Load Diff

View File

@ -9,7 +9,9 @@
"files": [
"**/*.*",
"**/*",
"!node-tests/"
"!.baseDir.*",
"!node-tests/",
"!apps/"
],
"license": "Apache-2.0",
"devDependencies": {