Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
combine the css structure min and license files
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiemonge committed Nov 15, 2011
1 parent b8dcdc9 commit 0d283cb
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Makefile
Expand Up @@ -95,7 +95,7 @@ css: init
@@cat js/jquery.mobile.intro.js | ${VER} > ${OUTPUT}/${STRUCTURE}.css
@@cat ${CSSFILES} >> ${OUTPUT}/${STRUCTURE}.css
# ..... and then minify it
@@echo ${VER_MIN} > ${OUTPUT}/${NAME}.structure.min.css
@@echo ${VER_MIN} > ${OUTPUT}/${STRUCTURE}.min.css
@@java -jar build/yuicompressor-2.4.6.jar --type css ${OUTPUT}/${STRUCTURE}.css >> ${OUTPUT}/${STRUCTURE}.min.css
# ..... and then copy in the images
@@cp -R css/themes/${THEME}/images ${OUTPUT}/
Expand Down Expand Up @@ -151,8 +151,10 @@ notify: init
# Zip up the jQm files without docs
zip: init css js
# Packaging up the files into a zip archive
@@zip -rq ${NAME}.tmp.zip ${OUTPUT}
@@mv ${NAME}.tmp.zip ${OUTPUT}/${NAME}.zip
@@mkdir tmp
@@cp -r ${OUTPUT} tmp/${NAME}
@@zip -rq ${OUTPUT}/${NAME}.zip tmp/${NAME}/
@@rm -rf tmp
# -------------------------------------------------


Expand Down Expand Up @@ -201,3 +203,4 @@ deploy: init js css docs zip
@@rm -rf ${OUTPUT}
# -------------------------------------------------


0 comments on commit 0d283cb

Please sign in to comment.