aboutsummaryrefslogtreecommitdiffhomepage
path: root/gzip.sh
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2025-01-17 15:47:56 -0500
committerBradley Taunt <bt@btxx.org>2025-01-17 15:47:56 -0500
commit1e88c7f1ca7ba8d47ba83a94732b03ef30130006 (patch)
treedd196f13a793ea3fcf27bbb2d819cca3e6f7294f /gzip.sh
parent73e2850430e3709eec5ac1a3b2380ad085f13e9c (diff)
Revert "Complete styling changes - again"
This reverts commit 068badb857215f0e10500ddd29a8b335efe3b2bd.
Diffstat (limited to 'gzip.sh')
-rw-r--r--gzip.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/gzip.sh b/gzip.sh
deleted file mode 100644
index 653b18b..0000000
--- a/gzip.sh
+++ /dev/null
@@ -1 +0,0 @@
-find . -type f \( -name "*.html" -o -name "*.css" -o -name "*.jpg" -o -name "*.png" -o -name "*.webp" -o -name "*.woff2" \) -exec gzip -k -f {} \; \ No newline at end of file