Skip to content

fireho/phonegap-start

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello World PhoneGap Application

A Hello World application built with PhoneGap

Usage

Create a new app with the following repository:

https://github.com/fireho/phonegap-start.git

Work

HAML: /app/html -> www

SASS: app/sass -> www/css

Coffeescript: app/js -> www/js

Compile

Use rake or guard to compile on the fly.

Contributors

Updating the Application

The application is based on the Apache Cordova Hello World app.

1. Update the Source

cp cordova-app-hello-world/www www/

Do not replace www/config.xml.

Do not replace www/img/logo.png.

2. Update index.html

Replace <h1>Apache Cordova</h1> with <h1>PhoneGap</h1>.

3. Update PhoneGap Version

<preference name="phonegap-version" value="x.x.x" />

4. Commit

$ git commit -am "Version x.x.x"

5. Tag

$ git tag x.x.x

Packages

No packages published

Languages

  • JavaScript 86.8%
  • CSS 9.6%
  • Ruby 1.9%
  • CoffeeScript 1.7%