From 9ff89b711543223e4ff7016b6512da2dfee9de63 Mon Sep 17 00:00:00 2001 From: scottjehl Date: Thu, 18 Nov 2010 22:50:33 -0500 Subject: [PATCH] renamed jquery.mobile.js jquery.mobile.core.js. updated build files, etc to match --- Makefile | 2 +- README.md | 2 +- build.xml | 3 +-- js/index.php | 2 +- js/{jquery.mobile.js => jquery.mobile.core.js} | 0 5 files changed, 4 insertions(+), 5 deletions(-) rename js/{jquery.mobile.js => jquery.mobile.core.js} (100%) diff --git a/Makefile b/Makefile index 42729b51..8a7e151d 100755 --- a/Makefile +++ b/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 \ diff --git a/README.md b/README.md index 3c8e08f6..2bb5b5e8 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +- As far as JS files go, jQuery.mobile.core.js is the starting point. \ No newline at end of file diff --git a/build.xml b/build.xml index 9494fbaa..236a4bfb 100644 --- a/build.xml +++ b/build.xml @@ -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, diff --git a/js/index.php b/js/index.php index 6e0d0923..d1715a2e 100644 --- a/js/index.php +++ b/js/index.php @@ -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'); diff --git a/js/jquery.mobile.js b/js/jquery.mobile.core.js similarity index 100% rename from js/jquery.mobile.js rename to js/jquery.mobile.core.js