From 99abbbb474582fe161f028c30f8eea4756cdf645 Mon Sep 17 00:00:00 2001 From: John Bender Date: Thu, 13 Oct 2011 15:44:47 -0700 Subject: [PATCH] add the version to the structure only css --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 46b13f54..1b2b65a3 100644 --- a/Makefile +++ b/Makefile @@ -102,6 +102,7 @@ css: init # Build the CSS file @@head -8 js/jquery.mobile.core.js | ${SED_VER} > ${OUTPUT}/${CSS} @@cat ${CSSFILES} >> ${OUTPUT}/${CSS} + @@head -8 js/jquery.mobile.core.js | ${SED_VER} > ${OUTPUT}/${CSSSTRUCTURE} @@cat ${CSSSTRUCTUREFILES} >> ${OUTPUT}/${CSSSTRUCTURE} # Build the minified CSS file