이 아닌 문서의 최신 버전입니다!
Click here for the latest released version.
Upgrading Cordova webOS
This document is for people who need to upgrade their Cordova versions from an older version to a current version of Cordova.
Upgrade to 2.0.0 from 1.9.0
remove cordova-1.9.0.js from your project
update the following line in your index.html:
change this:
to:
run the makefile to generate the newest version of the cordova-2.0.0.js file
Upgrade to 1.9.0 from 1.8.1
remove cordova-1.8.1.js from your project
update the following line in your index.html:
change this:
to:
run the makefile to generate the newest version of the cordova-1.9.0.js file