mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-17 06:20:26 +00:00
Minified CSS was getting double info
This commit is contained in:
parent
ed3dc7092a
commit
9fce3e1f72
1 changed files with 0 additions and 1 deletions
1
Makefile
Executable file → Normal file
1
Makefile
Executable file → Normal 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue