Skip to content

Commit 99abbbb

Browse files
committed
add the version to the structure only css
1 parent c134acc commit 99abbbb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ css: init
102102
# Build the CSS file
103103
@@head -8 js/jquery.mobile.core.js | ${SED_VER} > ${OUTPUT}/${CSS}
104104
@@cat ${CSSFILES} >> ${OUTPUT}/${CSS}
105+
@@head -8 js/jquery.mobile.core.js | ${SED_VER} > ${OUTPUT}/${CSSSTRUCTURE}
105106
@@cat ${CSSSTRUCTUREFILES} >> ${OUTPUT}/${CSSSTRUCTURE}
106107

107108
# Build the minified CSS file

0 commit comments

Comments
 (0)