1
0
mirror of synced 2024-11-22 04:56:08 +03:00

switch release to uglifyjs instead of closure

This commit is contained in:
Igor Vaynberg 2013-03-25 12:13:45 -07:00
parent 7a3d3dcd2b
commit 2843a4f21f

View File

@ -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"