From 8323f2e3fe88b49ac306de64adbaf792a60f64c5 Mon Sep 17 00:00:00 2001 From: Xevion Date: Mon, 23 Dec 2024 17:02:20 -0600 Subject: [PATCH] TODO deflate compress.sh --- frontend/compress.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/compress.sh b/frontend/compress.sh index f3b4527..77a348a 100755 --- a/frontend/compress.sh +++ b/frontend/compress.sh @@ -14,6 +14,8 @@ multicompress() { if command -v brotli &>/dev/null; then brotli --best --force -o "$file.br" "$file" fi + + # TODO: Add deflate } commas() {