mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-02 11:54:43 +00:00
Merge remote branch 'origin/master'
This commit is contained in:
commit
a762a67514
1 changed files with 13 additions and 1 deletions
14
README.md
14
README.md
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue