trying to sneak this in as well

This commit is contained in:
eddiemonge 2011-05-26 16:49:05 -07:00
parent b2a534c217
commit 7a01d702ef

View file

@ -110,7 +110,7 @@ init:
# Build the minified JS file
min: init js
# Build the minified Javascript file
# Build the minified JavaScript file
@@head -8 js/jquery.mobile.core.js | ${SED_VER} > ${OUTPUT}/${MIN}
@@java -jar build/google-compiler-20110405.jar --js ${OUTPUT}/${JS} --warning_level QUIET --js_output_file ${MIN}.tmp
@@cat ${MIN}.tmp >> ${OUTPUT}/${MIN}