From 73d1b46f7b5b99b1e85a678a7865b7e15712e4fc Mon Sep 17 00:00:00 2001 From: Julien WITTOUCK Date: Fri, 6 Feb 2026 17:56:44 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=20:=20extend=20precompress=20regex=20?= =?UTF-8?q?to=20include=20woff2=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mise.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mise.toml b/mise.toml index 8619bed..a508d64 100644 --- a/mise.toml +++ b/mise.toml @@ -32,7 +32,7 @@ depends_post = ["precompress"] [tasks.precompress] description = "Precompress static resources" run = ''' -COMPRESSREGEX=".*(html|css|js|xml|ico|svg|md|png|webp|pdf)$" +COMPRESSREGEX=".*(html|css|js|xml|ico|svg|md|png|webp|pdf|woff2)$" find public/ -type f -regextype egrep -regex $COMPRESSREGEX | xargs zstd -15 -f ''' -- 2.51.2