make-js: use https
This commit is contained in:
parent
a45d69dee4
commit
cd15eeb92a
@ -14,6 +14,6 @@ curl -s \
|
||||
-d output_format=text \
|
||||
-d output_info=compiled_code \
|
||||
--data-urlencode "js_code@${in}" \
|
||||
http://closure-compiler.appspot.com/compile > $out
|
||||
https://closure-compiler.appspot.com/compile > $out
|
||||
|
||||
rm -f $in
|
||||
|
Loading…
Reference in New Issue
Block a user