renamed jquery.mobile.js jquery.mobile.core.js. updated build files, etc to match

This commit is contained in:
scottjehl 2010-11-18 22:50:33 -05:00
parent 08e6e2f603
commit 9ff89b7115
5 changed files with 4 additions and 5 deletions

View file

@ -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 \

View file

@ -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.

View file

@ -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,

View file

@ -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');