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