aboutsummaryrefslogtreecommitdiff
path: root/build.py
diff options
context:
space:
mode:
Diffstat (limited to 'build.py')
-rw-r--r--build.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.py b/build.py
index 3579733..5d11783 100644
--- a/build.py
+++ b/build.py
@@ -579,7 +579,7 @@ def main():
update_index_html(html_snippet)
inject_blog_year_separators()
generate_tags_page()
- minify_html("./.build/index.html", "./.build/index.html")
+ # minify_html("./.build/index.html", "./.build/index.html")
generate_sitemap()
if deploy:
print("Deploying to production...")