[app] Update CSS comments.
1 file changed
tree: 0ace75fe6c9fcc7b93f007d92a571442b8465e04
  1. www/
  2. .gitignore
  3. LICENSE
  4. NOTICE
  5. README.md
README.md

Hello World Cordova Application

Hello World sample app for Apache Cordova

Run App

/www/index.html

Run Tests

/www/spec.html

Updating Cordova Version

The application's version is directly tied to each Apache Cordova release. The tag 1.9.0 for Hello Cordova is writtend for Apache Cordova 1.9.0.

Updating to Apache Cordova x.x.x:

  1. www/index.html
    • Update <script type="text/javascript" src="cordova-x.x.x.js"></script>
  2. www/config.xml
    • Update <widget version="x.x.x">
  3. Commit and Tag
    • git commit -am "[app] Version x.x.x"
    • git tag x.x.x

Tagging

While Hello Cordova is a branch on incubator-cordova-labs, please prefix each tag with hello-cordova. For example, the tag for 1.9.0 should be hello-cordova-1.9.0