Added some gulp commands as npm scripts

Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/92bc3600
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/92bc3600
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/92bc3600

Branch: refs/heads/master
Commit: 92bc36005c28ba8742ca51badbcc2c80e3f4cd21
Parents: 3e95909
Author: Steve Gill <stevengil...@gmail.com>
Authored: Wed Oct 26 10:44:15 2016 -0700
Committer: Steve Gill <stevengil...@gmail.com>
Committed: Wed Oct 26 10:44:15 2016 -0700

----------------------------------------------------------------------
 package.json | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/92bc3600/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index eb90f47..54968c8 100644
--- a/package.json
+++ b/package.json
@@ -9,7 +9,9 @@
   "scripts": {
     "jshint": "node node_modules/jshint/bin/jshint lib spec",
     "test": "npm run jshint && npm run mocha",
-    "mocha": "./node_modules/.bin/mocha --recursive ./spec"
+    "mocha": "./node_modules/.bin/mocha --recursive ./spec",
+    "serve": "gulp serve --prod",
+    "clean": "gulp clean"
   },
   "author": "Apache Software Foundation",
   "license": "Apache Version 2.0",


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to