From 579ae8d98800948cac523a6d55313fea0b258599 Mon Sep 17 00:00:00 2001 From: Minecon724 Date: Sun, 12 May 2024 18:09:56 +0200 Subject: [PATCH] nodejs devs trying to resist including every popular lib impossible challenge --- deploy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.py b/deploy.py index cd5f8b7..9fcefbb 100644 --- a/deploy.py +++ b/deploy.py @@ -15,7 +15,7 @@ chdir('html') for f in [i for i in listdir() if i.endswith('.html')]: # 1. Minify the index.html file using minify-html - minified_content = minify_html.minify(open(f, 'r').read(), minify_css=True, minify_css_level_3=True, do_not_minify_doctype=True) + minified_content = minify_html.minify(open(f, 'r').read(), minify_css=True, minify_doctype=False) # 2. Upload the file to an FTP server