[Embed Files] Avoid redirect http to https of minify_html_css

This commit is contained in:
Saverio Cisternino
2018-11-28 13:26:34 +01:00
parent a3aa944988
commit f30977f6f3
+1 -1
View File
@@ -15,7 +15,7 @@ rm $outputfile
function minify_html_css {
file=$1
post_To http://html-minifier.com/raw $file
post_To https://html-minifier.com/raw $file
}
function minify_js {