You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2016/10/26 18:24:24 UTC

docs commit: added npm run update-docs to update latest docs from dev

Repository: cordova-docs
Updated Branches:
  refs/heads/master 5280960d8 -> f79aef4cb


added npm run update-docs to update latest docs from dev


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

Branch: refs/heads/master
Commit: f79aef4cb3e3544f06c033d1298f3a062f229332
Parents: 5280960
Author: Steve Gill <st...@gmail.com>
Authored: Wed Oct 26 11:24:22 2016 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Wed Oct 26 11:24:22 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/f79aef4c/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 54968c8..5746c5d 100644
--- a/package.json
+++ b/package.json
@@ -11,7 +11,8 @@
     "test": "npm run jshint && npm run mocha",
     "mocha": "./node_modules/.bin/mocha --recursive ./spec",
     "serve": "gulp serve --prod",
-    "clean": "gulp clean"
+    "clean": "gulp clean",
+    "update-docs": "gulp snapshot"
   },
   "author": "Apache Software Foundation",
   "license": "Apache Version 2.0",


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