Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 061E21102A for ; Wed, 11 Jun 2014 21:31:49 +0000 (UTC) Received: (qmail 61896 invoked by uid 500); 11 Jun 2014 21:31:48 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 61841 invoked by uid 500); 11 Jun 2014 21:31:46 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 61834 invoked by uid 99); 11 Jun 2014 21:31:46 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jun 2014 21:31:46 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 8993F475A5; Wed, 11 Jun 2014 21:31:46 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: marcelk@apache.org To: commits@cordova.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: docs commit: CB-6926 Clarify locally stored HTML5 assets Date: Wed, 11 Jun 2014 21:31:46 +0000 (UTC) Repository: cordova-docs Updated Branches: refs/heads/master 3062fdeac -> 250474188 CB-6926 Clarify locally stored HTML5 assets Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/25047418 Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/25047418 Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/25047418 Branch: refs/heads/master Commit: 25047418868d792f747cfe48cc3d9e25aeacd544 Parents: 3062fde Author: Marcel Kinard Authored: Wed Jun 11 17:31:01 2014 -0400 Committer: Marcel Kinard Committed: Wed Jun 11 17:31:01 2014 -0400 ---------------------------------------------------------------------- docs/en/edge/guide/cli/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/25047418/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 dd35d24..fb1b9d2 100644 --- a/docs/en/edge/guide/cli/index.md +++ b/docs/en/edge/guide/cli/index.md @@ -129,7 +129,8 @@ The first argument _hello_ specifies a directory to be generated for your project. This directory should not already exist, Cordova will create it for you. Its `www` subdirectory houses your application's home page, along with various resources under `css`, `js`, and `img`, -which follow common web development file-naming conventions. The +which follow common web development file-naming conventions. These assets +will be stored on the device's local filesystem, not served remotely. The `config.xml` file contains important metadata needed to generate and distribute the application.