Преглед изворни кода

switch release to uglifyjs instead of closure

Igor Vaynberg пре 12 година
родитељ
комит
2843a4f21f
1 измењених фајлова са 1 додато и 4 уклоњено
  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"