You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
- 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