mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
undo the copyright swap
This commit is contained in:
parent
c299a92c5f
commit
43f2ef63ca
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -142,7 +142,7 @@ js: init
|
|||
# ..... and then minify it
|
||||
@@echo ${VER_MIN} > ${OUTPUT}/${NAME}.min.js
|
||||
@@java -XX:ReservedCodeCacheSize=64m \
|
||||
-jar build/google-compiler-2011-20121003.jar \
|
||||
-jar build/google-compiler-20111003.jar \
|
||||
--js ${OUTPUT}/${NAME}.js \
|
||||
--js_output_file ${OUTPUT}/${NAME}.tmp.js
|
||||
@@cat ${OUTPUT}/${NAME}.tmp.js >> ${OUTPUT}/${NAME}.min.js
|
||||
|
|
|
|||
Loading…
Reference in a new issue