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 <[email protected]> Authored: Wed Oct 26 11:24:22 2016 -0700 Committer: Steve Gill <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
