Parcourir la source

switch release to uglifyjs instead of closure

Igor Vaynberg il y a 12 ans
Parent
commit
2843a4f21f
1 fichiers modifiés avec 1 ajouts et 4 suppressions
  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"