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 2014/08/01 00:37:31 UTC

git commit: CB-7001 moved browserify help docs to proper locations

Repository: cordova-cli
Updated Branches:
  refs/heads/master 65460c183 -> 8a046b236


CB-7001 moved browserify help docs to proper locations


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

Branch: refs/heads/master
Commit: 8a046b23626e513a113d67570f7e34e3637c6f94
Parents: 65460c1
Author: Steven Gill <st...@gmail.com>
Authored: Thu Jul 31 15:37:26 2014 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Thu Jul 31 15:37:26 2014 -0700

----------------------------------------------------------------------
 doc/cordova.txt | 3 +--
 doc/plugin.txt  | 5 +++++
 doc/prepare.txt | 4 ++++
 doc/run.txt     | 4 ++++
 4 files changed, 14 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/8a046b23/doc/cordova.txt
----------------------------------------------------------------------
diff --git a/doc/cordova.txt b/doc/cordova.txt
index 97e4d84..6c3d2a2 100644
--- a/doc/cordova.txt
+++ b/doc/cordova.txt
@@ -27,8 +27,7 @@ Experimental Commands
     These commands require the --experimental flag.
 
     save ............................... Save installed platforms/plugins
-    restore ............................ Restore saved platforms/plugins
-    browserify ......................... Plugins javascript gets loaded at build time instead of runtime using browserify. Replaces cordovajs file. 
+    restore ............................ Restore saved platforms/plugins 
 
 Command-line Flags/Options
 

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/8a046b23/doc/plugin.txt
----------------------------------------------------------------------
diff --git a/doc/plugin.txt b/doc/plugin.txt
index d66f8be..39b5438 100644
--- a/doc/plugin.txt
+++ b/doc/plugin.txt
@@ -19,3 +19,8 @@ aliases:
     plugins -> plugin
     rm -> remove
     ls -> list
+
+
+Experimental Flag
+
+    --browserify .......................... Plugins javascript gets loaded at build time instead of runtime using browserify. Replaces cordovajs file with one that includes the JS of the installed plugins.

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/8a046b23/doc/prepare.txt
----------------------------------------------------------------------
diff --git a/doc/prepare.txt b/doc/prepare.txt
index 52ea132..e4d2ead 100644
--- a/doc/prepare.txt
+++ b/doc/prepare.txt
@@ -4,3 +4,7 @@ Synopsis
 
 Copies files for specified platforms, or all platforms,
 so that the project is ready to build with each SDK.
+
+Experimental Flag
+
+    --browserify ....................... Plugins javascript gets loaded at build time instead of runtime using browserify. Replaces cordovajs file with one that includes the JS of the installed plugins.

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/8a046b23/doc/run.txt
----------------------------------------------------------------------
diff --git a/doc/run.txt b/doc/run.txt
index cb5e777..22eef4e 100644
--- a/doc/run.txt
+++ b/doc/run.txt
@@ -12,3 +12,7 @@ Deploys app on specified platform devices / emulators
     --target ........................... Deploy to a specific target
 
 To provide platform specific options, you must include them after `--`.
+
+Experimental Flag
+
+    --browserify ....................... Plugins javascript gets loaded at build time instead of runtime using browserify. Replaces cordovajs file with one that includes the JS of the installed plugins.