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

cordova-cli git commit: Remove browserify from experimental flags list

Repository: cordova-cli
Updated Branches:
  refs/heads/master e5b7c1298 -> ba85a64cc


Remove browserify from experimental flags list


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

Branch: refs/heads/master
Commit: ba85a64cc8c63710c24bbad7bc729d52c3c07dd7
Parents: e5b7c12
Author: Nikhil Khandelwal <ni...@microsoft.com>
Authored: Thu Jan 21 13:16:26 2016 -0800
Committer: Nikhil Khandelwal <ni...@microsoft.com>
Committed: Thu Jan 21 13:16:26 2016 -0800

----------------------------------------------------------------------
 doc/build.txt   | 9 ++++-----
 doc/prepare.txt | 7 +++----
 2 files changed, 7 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/ba85a64c/doc/build.txt
----------------------------------------------------------------------
diff --git a/doc/build.txt b/doc/build.txt
index b754b1f..9059a80 100644
--- a/doc/build.txt
+++ b/doc/build.txt
@@ -22,13 +22,12 @@ all/the specified platforms.
     --buildConfig....................... Use the specified build configuration
                                          instead of default build.json
 
+    --browserify ....................... Compile plugin JS at build time instead of runtime
+                                         using browserify. Replaces cordovajs file with one
+                                         that includes the JS of the installed plugins.
+                                                                                  
 To provide platform specific options, you must include them after `--`.
 
-Experimental Flags
-
-    --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.
-
 Example
 
     cordova build android --release --buildConfig=..\myBuildConfig.json

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/ba85a64c/doc/prepare.txt
----------------------------------------------------------------------
diff --git a/doc/prepare.txt b/doc/prepare.txt
index 9c39a77..10b61d6 100644
--- a/doc/prepare.txt
+++ b/doc/prepare.txt
@@ -5,7 +5,6 @@ Synopsis
 Copies files for specified platforms, or all platforms,
 so that the project is ready to build with each SDK.
 
-Experimental Flags
-
-    --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.
+    --browserify ...................... Compile plugin JS at build time instead of runtime
+                                        using browserify. Replaces cordovajs file with one
+                                        that includes the JS of the installed plugins.


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