mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-12 10:21:02 +00:00
add the version to the structure only css
This commit is contained in:
parent
c134acce16
commit
99abbbb474
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -102,6 +102,7 @@ css: init
|
|||
# Build the CSS file
|
||||
@@head -8 js/jquery.mobile.core.js | ${SED_VER} > ${OUTPUT}/${CSS}
|
||||
@@cat ${CSSFILES} >> ${OUTPUT}/${CSS}
|
||||
@@head -8 js/jquery.mobile.core.js | ${SED_VER} > ${OUTPUT}/${CSSSTRUCTURE}
|
||||
@@cat ${CSSSTRUCTUREFILES} >> ${OUTPUT}/${CSSSTRUCTURE}
|
||||
|
||||
# Build the minified CSS file
|
||||
|
|
|
|||
Loading…
Reference in a new issue