Skip to content

Commit

Permalink
Merge pull request jquery-archive#1678 from eddiemonge/patch-1
Browse files Browse the repository at this point in the history
Minified CSS was getting double info
  • Loading branch information
toddparker committed May 20, 2011
2 parents ed3dc70 + 9fce3e1 commit 115a785
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile 100755 → 100644
Expand Up @@ -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
Expand Down

0 comments on commit 115a785

Please sign in to comment.