diff --git a/release.sh b/release.sh index 3b007ed9..0a315abc 100755 --- a/release.sh +++ b/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"