Skip to content

Commit a762a67

Browse files
author
scottjehl
committed
Merge remote branch 'origin/master'
2 parents a5b8e42 + de9d313 commit a762a67

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,16 @@ You need the Rewrite (mod_rewrite.so), Expire (mod_expires.so) and Header (mod_h
1616
Whenever this configuration becomes inconvenient, we can remove it, obviously it's not meant to stay!
1717

1818
- when adding a js or css file, add it to the manifest in its directory and it'll be included in the request
19-
- As far as JS files go, jQuery.mobile.core.js is the starting point.
19+
- As far as JS files go, jQuery.mobile.core.js is the starting point.
20+
21+
How to build your own jQuery Mobile
22+
===================================
23+
24+
Clone this repo and build the js and css files:
25+
26+
git clone git://github.com/jquery/jquery-mobile.git
27+
cd jquery-mobile
28+
make
29+
30+
Two complete versions, one minified, one not, of jQuery Mobile js and css files will be created.
31+

0 commit comments

Comments
 (0)