From 9fce3e1f722013e2aaa70fb7be1be6b87cc746c1 Mon Sep 17 00:00:00 2001 From: "Eddie Monge Jr." Date: Fri, 20 May 2011 11:36:28 -0700 Subject: [PATCH] Minified CSS was getting double info --- Makefile | 1 - 1 file changed, 1 deletion(-) mode change 100755 => 100644 Makefile diff --git a/Makefile b/Makefile old mode 100755 new mode 100644 index bd71b11a..34953852 --- a/Makefile +++ b/Makefile @@ -94,7 +94,6 @@ css: init # Build the minified CSS file cssmin: init css # Build the minified CSS file - @@head -8 js/jquery.mobile.core.js | ${SED_VER} > ${OUTPUT}/${CSSMIN} @@java -jar build/yuicompressor-2.4.4.jar --type css ${OUTPUT}/${CSS} >> ${OUTPUT}/${CSSMIN} # Build the normal JS file