Kaynağa Gözat

switch release to uglifyjs instead of closure

Igor Vaynberg 12 yıl önce
ebeveyn
işleme
2843a4f21f
1 değiştirilmiş dosya ile 1 ekleme ve 4 silme
  1. 1 4
      release.sh

+ 1 - 4
release.sh

@@ -49,11 +49,8 @@ cat LICENSE | sed "$tokens" >> "$mini"
 echo "*/" >> "$mini"
 
 curl -s \
-	-d compilation_level=SIMPLE_OPTIMIZATIONS \
-	-d output_format=text \
-	-d output_info=compiled_code \
 	--data-urlencode "js_code@$js" \
-	http://closure-compiler.appspot.com/compile \
+	http://marijnhaverbeke.nl/uglifyjs \
 	>> "$mini"
 
 git add "$mini"