Minified CSS was getting double info

This commit is contained in:
Eddie Monge Jr. 2011-05-20 11:36:28 -07:00
parent ed3dc7092a
commit 9fce3e1f72

1
Makefile Executable file → Normal file
View file

@ -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