From cd15eeb92a4384c1ae51974ae38134455f527ca4 Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Thu, 8 Jan 2015 23:54:24 +0100 Subject: [PATCH] make-js: use https --- scripts/make-js.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/make-js.sh b/scripts/make-js.sh index d9c615e..a4ab70f 100755 --- a/scripts/make-js.sh +++ b/scripts/make-js.sh @@ -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