You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by za...@apache.org on 2014/11/03 12:10:05 UTC

[2/3] docs commit: info about cordova build

info about cordova build


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

Branch: refs/heads/master
Commit: 597c051f2b2e2fe81abfe62d4c9b794575867648
Parents: be83a4b
Author: Piotr Zalewa <pi...@zalewa.info>
Authored: Fri Oct 31 16:21:02 2014 +0100
Committer: Piotr Zalewa <pi...@zalewa.info>
Committed: Fri Oct 31 16:21:02 2014 +0100

----------------------------------------------------------------------
 docs/en/edge/guide/platforms/firefoxos/index.md | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/597c051f/docs/en/edge/guide/platforms/firefoxos/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/platforms/firefoxos/index.md b/docs/en/edge/guide/platforms/firefoxos/index.md
index 7a4ee15..e97f539 100644
--- a/docs/en/edge/guide/platforms/firefoxos/index.md
+++ b/docs/en/edge/guide/platforms/firefoxos/index.md
@@ -52,9 +52,13 @@ At this point you are ready to go — change the code inside test-app/www to wha
 
 When your app code is written, deploy your changes to the Firefox OS app you've added to your project with
 
-  	$ cordova prepare
+  	$ cordova prepare firefoxos
   	
-Note that a build step (i.e. cordova build) is not required when deploying to the Firefox OS platform, as Firefox OS apps are HTML-based, and therefore not compiled. 
+To create a packaged app one can zip the platforms/firefoxos/www directory. You can also simply build it using 
+
+    $ cordova build firefoxos
+
+The Firefox OS packaged app will be built in platforms/firefoxos/build/package.zip
 
 ##Testing and Debugging
 


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