mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
trying to sneak this in as well
This commit is contained in:
parent
b2a534c217
commit
7a01d702ef
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue