summaryrefslogtreecommitdiff
path: root/compress.sh
diff options
context:
space:
mode:
Diffstat (limited to 'compress.sh')
-rwxr-xr-xcompress.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/compress.sh b/compress.sh
index 425b280..0032408 100755
--- a/compress.sh
+++ b/compress.sh
@@ -2,4 +2,4 @@
gzip -9fk style.css
gzip -9fk *.html
-find assets/ -type f -not -name "*.gz" -exec gzip -9fk "{}" \;
+find assets/ -type f -not -name "*.gz" -exec gzip -5fk "{}" \;