all repos — website @ a8083444ef7b90f65e7f1a5d8f1b5c81e0dc2028

My website

compress hidden files (e.g. .well-known/)

Alan Pearce
commit

a8083444ef7b90f65e7f1a5d8f1b5c81e0dc2028

parent

2038e626ef78f466d1d138cc3b48b6e522f4b0ed

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M MakefileMakefile
@@ -18,7 +18,7 @@ clean:
rm -rf ./public rm -rf ./.*stamp -to_compress := $(shell fd . public --type=file -e html -e xml -e xsl -e txt -e asc) +to_compress := $(shell fd --hidden . public --type=file -e html -e xml -e xsl -e txt -e asc) brotli_files := $(patsubst %, %.br, $(to_compress)) gzip_files := $(patsubst %, %.gz, $(to_compress)) zstd_files := $(patsubst %, %.zst, $(to_compress))