From 1609ea10e71220d9d96d83f18354a4957fff5254 Mon Sep 17 00:00:00 2001 From: Ghislain Seguin Date: Mon, 23 Jan 2012 11:04:12 -0800 Subject: [PATCH] Changed input file for css structure to static string: jquery.mobile.structure --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3598fcc9..3a948b70 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ css: init # Build the CSS Structure-only file ${RUN_JS} \ external/r.js/dist/r.js \ - -o cssIn=css/structure/${STRUCTURE}.css \ + -o cssIn=css/structure/jquery.mobile.structure.css \ out=${OUTPUT}/${STRUCTURE}.compiled.css @@cat LICENSE-INFO.txt | ${VER} > ${OUTPUT}/${STRUCTURE}.css @@cat ${OUTPUT}/${STRUCTURE}.compiled.css >> ${OUTPUT}/${STRUCTURE}.css