Refer to phonegap-scaffold
PhoneGap is a tool that allows developer to build cross platform mobile native application using javascript, html and css.
This is great, however, the raw js, html and css is outdate. There are plenty of techniques that can be used to improve the efficiency. For example,
- CoffeeScript for javascript
- Haml for html
- Scss for css
READMORE
All of these “new” tech have clear syntax and can be easiliy compiled to raw files.
For development purpose, we also need:
- Autocompile to raw files
- Rake tasks to run test. Jasmine for JavaScript
- Different urls for different environment. (developement, uat, production, etc)
- Rake tasks to deploy app to simulators for quick look
- Ajust styles in browser, no need to deploy each time
So I create a repo in github called phonegap-scaffold.