switch release to uglifyjs instead of closure
This commit is contained in:
parent
7a3d3dcd2b
commit
2843a4f21f
@ -49,11 +49,8 @@ cat LICENSE | sed "$tokens" >> "$mini"
|
|||||||
echo "*/" >> "$mini"
|
echo "*/" >> "$mini"
|
||||||
|
|
||||||
curl -s \
|
curl -s \
|
||||||
-d compilation_level=SIMPLE_OPTIMIZATIONS \
|
|
||||||
-d output_format=text \
|
|
||||||
-d output_info=compiled_code \
|
|
||||||
--data-urlencode "js_code@$js" \
|
--data-urlencode "js_code@$js" \
|
||||||
http://closure-compiler.appspot.com/compile \
|
http://marijnhaverbeke.nl/uglifyjs \
|
||||||
>> "$mini"
|
>> "$mini"
|
||||||
|
|
||||||
git add "$mini"
|
git add "$mini"
|
||||||
|
Loading…
Reference in New Issue
Block a user