mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
Log levels dont need to be quieted anymore
This commit is contained in:
parent
a922b8fe02
commit
8dfa5f9ca9
1 changed files with 0 additions and 1 deletions
1
Makefile
1
Makefile
|
|
@ -144,7 +144,6 @@ js: init
|
|||
@@java -XX:ReservedCodeCacheSize=64m \
|
||||
-jar build/google-compiler-20111003.jar \
|
||||
--js ${OUTPUT}/${NAME}.js \
|
||||
--warning_level QUIET \
|
||||
--js_output_file ${OUTPUT}/${NAME}.tmp.js
|
||||
@@cat ${OUTPUT}/${NAME}.tmp.js >> ${OUTPUT}/${NAME}.min.js
|
||||
@@rm ${OUTPUT}/${NAME}.tmp.js
|
||||
|
|
|
|||
Loading…
Reference in a new issue