-
Notifications
You must be signed in to change notification settings - Fork 8
Production
Julián Ceballos edited this page Aug 8, 2013
·
15 revisions
To send your project to production, we give you an useful command:
$ wonkajs deploy
This create a folder called deploy with your code compressed and copy your fonts, images, languages and icons folders into.
deploy:
icons/
index.html
main.css
main.js
package.json
manifest.webapp
If you define on package.json the i18n support, the deploy command also will copy the languages folder into deploy folder, so don't worry, i18n will be there.
You can upload this folder to any static content server and there you go, your new application will work. Congratulations!
If this is an firefox os application, you can search the manifest.webapp inside the deploy folder and run it on your simulator. Or you can zip the content inside deploy folder and upload it to http://marketplace.firefox.com