From d3c620ec3b822cc73eb9a132f5ebd04b73f456fa Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Sat, 31 Jan 2015 18:58:08 +0100 Subject: [PATCH] More aggressive compression --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5ec7e41..4875045 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ compile: clean compress: @echo "=== Compressing generated files" - @find ./_site -type f | xargs zopfli --gzip --i25 + @find ./_site -type f | xargs zopfli --gzip --i30 @echo "Done." upload: