Skip to content

Commit

Permalink
update compiler link in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiemonge authored and Scott Jehl committed Apr 14, 2011
1 parent 14b4cc4 commit f29f19c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f29f19c

Please sign in to comment.