you think I deserve that?
All checks were successful
/ deploy (push) Successful in 19s

This commit is contained in:
Minecon724 2024-05-12 18:33:25 +02:00
parent cf9c9649eb
commit 73e63a9f48
Signed by: Minecon724
GPG key ID: 3CCC4D267742C8E8

View file

@ -14,7 +14,7 @@ chdir('html')
for f in [i for i in listdir() if i.endswith('.html')]: for f in [i for i in listdir() if i.endswith('.html')]:
# 1. Minify the index.html file using minify-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 # 2. Upload the file to an FTP server