We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c299a92 commit 43f2ef6Copy full SHA for 43f2ef6
Makefile
@@ -142,7 +142,7 @@ js: init
142
# ..... and then minify it
143
@@echo ${VER_MIN} > ${OUTPUT}/${NAME}.min.js
144
@@java -XX:ReservedCodeCacheSize=64m \
145
- -jar build/google-compiler-2011-20121003.jar \
+ -jar build/google-compiler-20111003.jar \
146
--js ${OUTPUT}/${NAME}.js \
147
--js_output_file ${OUTPUT}/${NAME}.tmp.js
148
@@cat ${OUTPUT}/${NAME}.tmp.js >> ${OUTPUT}/${NAME}.min.js
0 commit comments