summaryrefslogtreecommitdiff
path: root/compress.sh
diff options
context:
space:
mode:
authorConnor Frank <conjfrnk@gmail.com>2024-04-16 02:05:48 +0000
committerConnor Frank <conjfrnk@gmail.com>2024-04-16 02:58:24 +0000
commit521cc47c14ec2a500dd29cefe6133bcb837bf0e1 (patch)
tree6d9e4275b2a7f5e3a0627cb4b4d6abaaf9b853e3 /compress.sh
parentc595d6a126295a84f4a09f099276ff79a9c368b3 (diff)
improve speed
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 "{}" \;