Udate minifiers site URLs, as announced at https://html-minifier.com/

This commit is contained in:
soif
2021-12-23 12:15:49 +01:00
parent b5417410a8
commit 61629f7025
+2 -2
View File
@@ -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 {