Changes after testing + adding S2 profiles

This commit is contained in:
Gunnar Skjold
2022-07-21 20:54:55 +02:00
parent 280dd8605b
commit f9ddd7533a
4 changed files with 14 additions and 4 deletions

View File

@@ -59,8 +59,6 @@ for filename in os.listdir(webroot):
try:
if filename.endswith(".html"):
content = html_minify(content)
if filename.endswith(".svg"):
content = html_minify(content)
elif filename.endswith(".css"):
content = css_minify(content)
elif (filename.endswith(".js") and filename != 'gaugemeter.js') or filename.endswith(".json"):