From 61629f7025fe3e076925c6b61a582a5ca7c3c724 Mon Sep 17 00:00:00 2001 From: soif Date: Thu, 23 Dec 2021 12:15:49 +0100 Subject: [PATCH] Udate minifiers site URLs, as announced at https://html-minifier.com/ --- embed_files.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/embed_files.sh b/embed_files.sh index 05a68bbe7..ec047595c 100755 --- a/embed_files.sh +++ b/embed_files.sh @@ -15,12 +15,12 @@ rm $outputfile function minify_html_css { file=$1 - post_To https://html-minifier.com/raw $file + post_To https://www.toptal.com/developers/html-minifier/raw $file } function minify_js { file=$1 - post_To https://javascript-minifier.com/raw $file + post_To https://www.toptal.com/developers/javascript-minifier/raw $file } function post_To {