From f29f19ccaa34555e7d40af4f3b4e5f272ac8159d Mon Sep 17 00:00:00 2001 From: eddiemonge Date: Fri, 15 Apr 2011 05:14:37 +0800 Subject: [PATCH] update compiler link in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 67dfc9b9..af43acc5 100755 --- a/Makefile +++ b/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