mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
Changed source CSS file for css bundle following bac53cf151
This commit is contained in:
parent
b815db5f76
commit
b675d0ff8d
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -55,7 +55,7 @@ css: init
|
|||
@@java -XX:ReservedCodeCacheSize=64m \
|
||||
-classpath build/js.jar:build/google-compiler-20111003.jar org.mozilla.javascript.tools.shell.Main \
|
||||
external/r.js/dist/r.js \
|
||||
-o cssIn=css/themes/default/jquery.mobile.theme.css \
|
||||
-o cssIn=css/themes/default/jquery.mobile.css \
|
||||
out=${OUTPUT}/${NAME}.compiled.css
|
||||
@@cat LICENSE-INFO.txt | ${VER} > ${OUTPUT}/${NAME}.css
|
||||
@@cat ${OUTPUT}/${NAME}.compiled.css >> ${OUTPUT}/${NAME}.css
|
||||
|
|
|
|||
Loading…
Reference in a new issue