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