aboutsummaryrefslogtreecommitdiffhomepage
path: root/compress.sh
diff options
context:
space:
mode:
Diffstat (limited to 'compress.sh')
-rw-r--r--compress.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/compress.sh b/compress.sh
new file mode 100644
index 0000000..652b992
--- /dev/null
+++ b/compress.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+find build -type f \( -name '*.html' -o -name '*.css' \) -exec gzip -kf {} +
+