From 7fc8d96e886464cd6481b8aa85a2283f79df17ab Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Sun, 18 Jan 2015 18:13:28 +0100 Subject: [PATCH] Use zopfli to compress files --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cccc912..5ec7e41 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ compile: clean compress: @echo "=== Compressing generated files" - @find ./_site -type f | xargs gzip -k -9 + @find ./_site -type f | xargs zopfli --gzip --i25 @echo "Done." upload: