You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mw...@apache.org on 2013/07/30 19:45:02 UTC

[1/2] docs commit: [CB-3816] 'npm update' refreshes cordova , not the app

Updated Branches:
  refs/heads/master 49ff00ab7 -> e5acb7a37


[CB-3816] 'npm update' refreshes cordova , not the app


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

Branch: refs/heads/master
Commit: e5acb7a37b885fab83d266743c73e5ff2fd937fd
Parents: 16bc6ab
Author: Mike Sierra <le...@gmail.com>
Authored: Mon Jul 29 14:18:40 2013 -0400
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Tue Jul 30 10:44:55 2013 -0700

----------------------------------------------------------------------
 docs/en/edge/guide/cli/index.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/e5acb7a3/docs/en/edge/guide/cli/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/cli/index.md b/docs/en/edge/guide/cli/index.md
index ac95836..52eb8b4 100644
--- a/docs/en/edge/guide/cli/index.md
+++ b/docs/en/edge/guide/cli/index.md
@@ -340,7 +340,7 @@ graphic into the iOS interface, stored in
 instead capture `backbutton` events from the corresponding hardware
 button.
 
-## Update the App
+## Updating Cordova
 
 After installing installing the `cordova` utility, you can always
 update it to the latest version by running the following command:
@@ -362,5 +362,5 @@ described in this section. If you are updating from a version prior to
 the older application's assets into the top-level `www` directory.
 Where applicable, further details about upgrading to 3.0 are available
 in the Platform Guides.  Once you upgrade to the `cordova`
-command-line interface, the more time-consuming procedures described
-there are no longer relevant.
+command-line interface and use `npm update` to stay current, the more
+time-consuming procedures described there are no longer relevant.


[2/2] docs commit: [CB-3816] create command takes time; -d flag

Posted by mw...@apache.org.
[CB-3816] create command takes time; -d flag


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

Branch: refs/heads/master
Commit: 16bc6abc88d6e6a5d93660b9aef0a93638cf0642
Parents: 49ff00a
Author: Mike Sierra <le...@gmail.com>
Authored: Mon Jul 29 14:04:44 2013 -0400
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Tue Jul 30 10:44:55 2013 -0700

----------------------------------------------------------------------
 docs/en/edge/guide/cli/index.md | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/16bc6abc/docs/en/edge/guide/cli/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/cli/index.md b/docs/en/edge/guide/cli/index.md
index 352ae2d..ac95836 100644
--- a/docs/en/edge/guide/cli/index.md
+++ b/docs/en/edge/guide/cli/index.md
@@ -74,6 +74,9 @@ command such as the following:
 
         $ cordova create hello com.example.hello HelloWorld
 
+It may take some time for the command to complete, so be patient. Run
+the `cordova -d` to see information about progress.
+
 The first argument specifies a _hello_ directory to be generated
 for your project. Its `www` subdirectory houses your application's
 home page, along with various resources under `css`, `js`, and `img`,