mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-07-27 19:57:38 +00:00
Udate minifiers site URLs, as announced at https://html-minifier.com/
This commit is contained in:
+2
-2
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user