You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-6Lines changed: 4 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -17,13 +17,13 @@ Clone this repo and build the js and css files (you'll need Git and Make install
17
17
cd jquery-mobile
18
18
make
19
19
20
-
Two complete versions, one minified, one not, of jQuery Mobile js and css files will be created.
20
+
A full, complete version and a minified, complete version of the jQuery Mobile JavaScript and CSS files will be created in a folder named "compiled".
21
21
22
22
23
23
Submitting bugs
24
24
===================================
25
25
26
-
If you think you've found a bug, please visit the Issue tracker (https://github.com/jquery/jquery-mobile/issues) and create an issue explaining the problem and expected result. Be sure to include any relevant information for reproducing the issue, such as the browser/device (with version #), and the version of the jQuery Mobile code you're running. It also helps a lot to make sure that the bug still exists on jquerymobile.com/test/, as it's possible we may have fixed it already!
26
+
If you think you've found a bug, please visit the Issue tracker (https://github.com/jquery/jquery-mobile/issues) and create an issue explaining the problem and expected result. Be sure to include any relevant information for reproducing the issue, such as the browser/device (with version #), and the version of the jQuery Mobile code you're running. It also helps a lot to make sure that the bug still exists on jquerymobile.com/test/, as it's possible we may have fixed it already! It is also best to include code to reproduce the bug.
27
27
28
28
29
29
Submitting patches
@@ -32,6 +32,8 @@ Submitting patches
32
32
To contribute code and bug fixes to jQuery Mobile: fork this project on Github, make changes to the code in your fork, and then send a
33
33
"pull request" to notify the team of updates that are ready to be reviewed for inclusion.
34
34
35
+
Detailed instructions can be found at https://gist.github.com/726275
36
+
35
37
36
38
Running the jQuery Mobile demos & docs locally
37
39
===================================
@@ -44,7 +46,3 @@ Another quick way to get up and running is to download and install MAMP for Mac
44
46
45
47
Another alternative is XAMPP, which is also available for Windows, though you need to actually modify Apache's httpd.conf to point to your checkout: http://www.apachefriends.org/en/xampp.html
46
48
You need the Rewrite (mod_rewrite.so), Expire (mod_expires.so) and Header (mod_headers.so) modules loaded.
0 commit comments