mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-09 00:50:58 +00:00
update compiler link in Makefile
This commit is contained in:
parent
14b4cc4a7e
commit
f29f19ccaa
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -104,7 +104,7 @@ js: init
|
|||
# Build the minified JS file
|
||||
min: init js
|
||||
@@head -8 js/jquery.mobile.core.js | ${SED_VER} > ${OUTPUT}/${MIN}
|
||||
@@java -jar build/google-compiler-20100917.jar --js ${OUTPUT}/${JS} --warning_level QUIET --js_output_file ${MIN}.tmp
|
||||
@@java -jar build/google-compiler-20110405.jar --js ${OUTPUT}/${JS} --warning_level QUIET --js_output_file ${MIN}.tmp
|
||||
@@cat ${MIN}.tmp >> ${OUTPUT}/${MIN}
|
||||
@@rm -f ${MIN}.tmp
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue