Merge remote branch 'origin/master'

This commit is contained in:
scottjehl 2011-01-24 17:56:36 -05:00
commit a762a67514

View file

@ -16,4 +16,16 @@ You need the Rewrite (mod_rewrite.so), Expire (mod_expires.so) and Header (mod_h
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
- As far as JS files go, jQuery.mobile.core.js is the starting point.
- As far as JS files go, jQuery.mobile.core.js is the starting point.
How to build your own jQuery Mobile
===================================
Clone this repo and build the js and css files:
git clone git://github.com/jquery/jquery-mobile.git
cd jquery-mobile
make
Two complete versions, one minified, one not, of jQuery Mobile js and css files will be created.