首页 Build Phonegap Application using CoffeeScipt Scss and Haml
文章
取消

Build Phonegap Application using CoffeeScipt Scss and Haml

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,

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.

本文由作者按照 CC BY 4.0 进行授权