From 989f7f154261d12cd41352055bf775ae44b73480 Mon Sep 17 00:00:00 2001 From: John Bender Date: Wed, 9 Nov 2011 15:45:08 -0800 Subject: [PATCH] move intro to text for css combine, js combine, and makefile use --- INTRO.txt | 9 +++++++++ Makefile | 6 +++--- css/structure/index.php | 2 +- css/themes/valencia/index.php | 2 +- js/index.php | 2 +- 5 files changed, 15 insertions(+), 6 deletions(-) create mode 100644 INTRO.txt diff --git a/INTRO.txt b/INTRO.txt new file mode 100644 index 00000000..4b990893 --- /dev/null +++ b/INTRO.txt @@ -0,0 +1,9 @@ +/* +* jQuery Mobile Framework v@VERSION +* http://jquerymobile.com +* +* Copyright 2011 (c) jQuery Project +* Dual licensed under the MIT or GPL Version 2 licenses. +* http://jquery.org/license +* +*/ diff --git a/Makefile b/Makefile index eb22f56b..f78eb3bb 100644 --- a/Makefile +++ b/Makefile @@ -103,9 +103,9 @@ all: init js min css cssmin notify # Build the normal CSS file. css: init # Build the CSS file - @@cat js/jquery.mobile.intro.js | ${SED_VER} > ${OUTPUT}/${CSS} + @@cat INTRO.txt | ${SED_VER} > ${OUTPUT}/${CSS} @@cat ${CSSFILES} >> ${OUTPUT}/${CSS} - @@cat js/jquery.mobile.intro.js | ${SED_VER} > ${OUTPUT}/${CSSSTRUCTURE} + @@cat INTRO.txt | ${SED_VER} > ${OUTPUT}/${CSSSTRUCTURE} @@cat ${CSSSTRUCTUREFILES} >> ${OUTPUT}/${CSSSTRUCTURE} # Build the minified CSS file @@ -119,7 +119,7 @@ cssmin: init css # Build the normal JS file js: init # Build the JavaScript file - @@cat js/jquery.mobile.intro.js | ${SED_VER} > ${OUTPUT}/${JS} + @@cat INTRO.txt | ${SED_VER} > ${OUTPUT}/${JS} @@cat ${JSFILES} >> ${OUTPUT}/${JS} # Create the output directory. This is in a separate step so its not dependant on other targets diff --git a/css/structure/index.php b/css/structure/index.php index 2895eb18..44cd9bd2 100644 --- a/css/structure/index.php +++ b/css/structure/index.php @@ -1,6 +1,6 @@