Skip to content

Commit

Permalink
trying to sneak this in as well
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiemonge committed May 26, 2011
1 parent b2a534c commit 7a01d70
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 @@ -110,7 +110,7 @@ init:

# Build the minified JS file
min: init js
# Build the minified Javascript file
# Build the minified JavaScript file
@@head -8 js/jquery.mobile.core.js | ${SED_VER} > ${OUTPUT}/${MIN}
@@java -jar build/google-compiler-20110405.jar --js ${OUTPUT}/${JS} --warning_level QUIET --js_output_file ${MIN}.tmp
@@cat ${MIN}.tmp >> ${OUTPUT}/${MIN}
Expand Down

0 comments on commit 7a01d70

Please sign in to comment.