From 2843a4f21fdc054134823aa6fad04e01804610b5 Mon Sep 17 00:00:00 2001 From: Igor Vaynberg Date: Mon, 25 Mar 2013 12:13:45 -0700 Subject: [PATCH] switch release to uglifyjs instead of closure --- release.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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"