mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-20 22:30:59 +00:00
fixed path to google compiler in Makefile
This commit is contained in:
parent
a382295724
commit
a71c7a936a
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -66,7 +66,7 @@ mobile:
|
|||
|
||||
min: mobile
|
||||
@@head -8 js/jquery.mobile.js > ${MIN}
|
||||
@@java -jar ../jquery/build/google-compiler-20100917.jar --js ${MAX} --warning_level QUIET --js_output_file ${MIN}.tmp
|
||||
@@java -jar build/google-compiler-20100917.jar --js ${MAX} --warning_level QUIET --js_output_file ${MIN}.tmp
|
||||
@@cat ${MIN}.tmp >> ${MIN}
|
||||
@@rm -f ${MIN}.tmp
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue