mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-17 06:20:26 +00:00
renamed jquery.mobile.js jquery.mobile.core.js. updated build files, etc to match
This commit is contained in:
parent
08e6e2f603
commit
9ff89b7115
5 changed files with 4 additions and 5 deletions
2
Makefile
2
Makefile
|
|
@ -30,7 +30,7 @@ FILES = js/jquery.ui.widget.js \
|
|||
js/jquery.mobile.dialog.js \
|
||||
js/jquery.mobile.navbar.js \
|
||||
js/jquery.mobile.grid.js \
|
||||
js/jquery.mobile.js
|
||||
js/jquery.mobile.core.js
|
||||
|
||||
CSSFILES = themes/default/jquery.mobile.theme.css \
|
||||
themes/default/jquery.mobile.core.css \
|
||||
|
|
|
|||
|
|
@ -16,4 +16,4 @@ 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.js is the starting point.
|
||||
- As far as JS files go, jQuery.mobile.core.js is the starting point.
|
||||
|
|
@ -27,7 +27,6 @@
|
|||
jquery.mobile.event.js,
|
||||
jquery.mobile.fieldContain.js,
|
||||
jquery.mobile.fixHeaderFooter.js,
|
||||
jquery.mobile.forms.ajaxform.js,
|
||||
jquery.mobile.forms.button.js,
|
||||
jquery.mobile.forms.checkboxradio.js,
|
||||
jquery.mobile.forms.select.js,
|
||||
|
|
@ -35,7 +34,7 @@
|
|||
jquery.mobile.forms.textinput.js,
|
||||
jquery.mobile.grid.js,
|
||||
jquery.mobile.hashchange.js,
|
||||
jquery.mobile.js,
|
||||
jquery.mobile.core.js,
|
||||
jquery.mobile.listview.filter.js,
|
||||
jquery.mobile.listview.js,
|
||||
jquery.mobile.navbar.js,
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ $elements = array(
|
|||
'jquery.mobile.dialog.js',
|
||||
'jquery.mobile.navbar.js',
|
||||
'jquery.mobile.grid.js',
|
||||
'jquery.mobile.js'
|
||||
'jquery.mobile.core.js'
|
||||
);
|
||||
|
||||
include('../combine.php');
|
||||
|
|
|
|||
Loading…
Reference in a new issue