Skip to content

Commit 166043b

Browse files
committed
Added "--cordova-webos" command line option to tools/deploy.bat and tools/deploy.sh to deploy Enyo 2 app as a Cordova webOS app.
Copies appinfo.json and a Cordova JavaScript file from the project root directory to the 'deploy' directory. Runs palm-package to package app into the 'bin' directory. Cordova webOS Instructions: Set up your project the same way you would set up any other bootplate project. Modify your index.html and JavaScript files as outlined in this blog post: http://blog.openwebosproject.org/post/39278618299/javascript-apps-for-open-webos-with-enyo-and-cordova Copy appinfo.json from the PhoneGap 'lib/webos/framework' directory and a cordova JavaScript file from the PhoneGap 'lib/webos/lib' directory Modify appinfo.json for your project and add an icon run tools\deploy.bat --cordova-webos or tools/deploy.sh --cordova-webos to deploy your app.
1 parent f848ba8 commit 166043b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README-CORDOVA-WEBOS.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Cordova webOS Instructions:
2+
---------------------------
3+
4+
- Set up your project the same way you would set up any other bootplate project.
5+
- Modify your index.html and JavaScript files as outlined in this blog post: [JavaScript Apps for Open webOS With Enyo and Cordova](http://blog.openwebosproject.org/post/39278618299/javascript-apps-for-open-webos-with-enyo-and-cordova)
6+
- Copy appinfo.json from the PhoneGap 'lib/webos/framework' directory and a cordova JavaScript file from the PhoneGap 'lib/webos/lib' directory
7+
- Modify appinfo.json for your project and add an icon
8+
- run tools\deploy.bat --cordova-webos or tools/deploy.sh --cordova-webos to deploy your app.

0 commit comments

Comments
 (0)