Skip to content

Commit 52fa17a

Browse files
committed
Keep comments when generating the non-optimized css file
1 parent d06be3a commit 52fa17a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ css: init
5555
${RUN_JS} \
5656
external/r.js/dist/r.js \
5757
-o cssIn=css/themes/default/jquery.mobile.css \
58+
optimizeCss=standard.keepComments.keepLines \
5859
out=${OUTPUT}/${NAME}.compiled.css
5960
@@cat LICENSE-INFO.txt | ${VER} > ${OUTPUT}/${NAME}.css
6061
@@cat ${OUTPUT}/${NAME}.compiled.css >> ${OUTPUT}/${NAME}.css

0 commit comments

Comments
 (0)