Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNavFlight/inav-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto García Hierro <alberto@garciahierro.com>2017-08-28 21:43:53 +0300
committerAlberto García Hierro <alberto@garciahierro.com>2017-08-31 23:27:56 +0300
commita5f0fe5d8df0fb1b11b312729b46fb826a7db268 (patch)
treec35e96aaa789662f0f3b2c402cc641c7e0123363 /package.json
parent14f9cb80dfbff9c03af853054e3fc39fb63e6ee4 (diff)
Add gulp task for generating NW.js apps
Also, now that we have support for regenerating all the files in ./build/ properly, we can safely delete it from the repository to clean up commits and PRs. They no longer need to update the generated files in ./build/. Generated apps are stored in ./apps/. Run gulp.js release to generate apps for win32, osx64 and linux64. To package the Chrome app, run gulp.js dist and pack the ./dist/ folder.
Diffstat (limited to 'package.json')
-rwxr-xr-xpackage.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 526ed53a..6bf9cbe0 100755
--- a/package.json
+++ b/package.json
@@ -34,6 +34,7 @@
"nw": "^0.24.4-sdk",
"nw-builder": "^3.4.1",
"openlayers": "^4.3.1",
+ "run-sequence": "^2.1.0",
"three": "0.72.0"
}
}