From caec5acee69af5c268a50847c19e4febb527c839 Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Sat, 17 Jan 2015 21:13:46 +0100 Subject: [PATCH] Use zopfli to compress files --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 870ba4a..c90a171 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: