mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
Changed input file for css structure to static string: jquery.mobile.structure
This commit is contained in:
parent
e42c7025e5
commit
1609ea10e7
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -46,7 +46,7 @@ css: init
|
|||
# Build the CSS Structure-only file
|
||||
${RUN_JS} \
|
||||
external/r.js/dist/r.js \
|
||||
-o cssIn=css/structure/${STRUCTURE}.css \
|
||||
-o cssIn=css/structure/jquery.mobile.structure.css \
|
||||
out=${OUTPUT}/${STRUCTURE}.compiled.css
|
||||
@@cat LICENSE-INFO.txt | ${VER} > ${OUTPUT}/${STRUCTURE}.css
|
||||
@@cat ${OUTPUT}/${STRUCTURE}.compiled.css >> ${OUTPUT}/${STRUCTURE}.css
|
||||
|
|
|
|||
Loading…
Reference in a new issue