Skip to content

Commit f29f19c

Browse files
eddiemongeScott Jehl
authored andcommitted
update compiler link in Makefile
1 parent 14b4cc4 commit f29f19c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ js: init
104104
# Build the minified JS file
105105
min: init js
106106
@@head -8 js/jquery.mobile.core.js | ${SED_VER} > ${OUTPUT}/${MIN}
107-
@@java -jar build/google-compiler-20100917.jar --js ${OUTPUT}/${JS} --warning_level QUIET --js_output_file ${MIN}.tmp
107+
@@java -jar build/google-compiler-20110405.jar --js ${OUTPUT}/${JS} --warning_level QUIET --js_output_file ${MIN}.tmp
108108
@@cat ${MIN}.tmp >> ${OUTPUT}/${MIN}
109109
@@rm -f ${MIN}.tmp
110110

0 commit comments

Comments
 (0)