More aggressive compression
This commit is contained in:
parent
c59a34e612
commit
d552e5611a
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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:
|
||||
|
|
Loading…
Reference in a new issue