From d552e5611a2626819f2365127ff354a95a4d6177 Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Sun, 25 Jan 2015 23:24:44 +0100 Subject: [PATCH] More aggressive compression --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c90a171..5197111 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: