2010-09-10 22:39:57 +00:00
|
|
|
Early stage development for the jQuery Mobile UI Framework.
|
2010-09-10 23:17:38 +00:00
|
|
|
Code is subject to change dramatically!
|
2010-09-10 22:39:57 +00:00
|
|
|
|
|
|
|
|
Usage
|
|
|
|
|
=====
|
|
|
|
|
For now, I've set things up with a little combinator script to concat all the css and js files into one request and gzip. (js/all and css/all)
|
|
|
|
|
You'll need to point your local apache & php webserver at this root directory in order to preview things.
|
|
|
|
|
Whenever this configuration becomes inconvenient, we can remove it, obviously it's not meant to stay!
|
|
|
|
|
|
|
|
|
|
- when adding a js or css file, add it to the manifest in its directory and it'll be included in the request
|
2010-09-13 22:17:54 +00:00
|
|
|
- As far as JS files go, jQuery.mobile.js is the starting point.
|