From 73e63a9f48fb2b6b7006ec7aeecaeb45dbf482d7 Mon Sep 17 00:00:00 2001 From: Minecon724 Date: Sun, 12 May 2024 18:33:25 +0200 Subject: [PATCH] you think I deserve that? --- deploy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.py b/deploy.py index 33a605f..1e1724d 100644 --- a/deploy.py +++ b/deploy.py @@ -14,7 +14,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_js=True, do_not_minify_doctype=True) + minified_content = minify_html.minify(open(f, 'r').read(), minify_css=True, do_not_minify_doctype=True) # 2. Upload the file to an FTP server