Subscriptions for Lustre!
9

Configure Feed

Select the types of activity you want to include in your feed.

compress files

rebecca (Apr 29, 2026, 10:28 PM +0200) c77af5be b8cc09b0

+2
+2
.gitlab-ci.yml
··· 15 15 script: 16 16 - gleam run -m lustre/dev build --minify --outdir=../public component 17 17 - gleam run -m lustre/dev build --minify --outdir=../public 18 + - find public -type f -regex '.*\.\(htm\|html\|txt\|text\|js\|css\)$' -exec gzip -f -k {} \; 19 + - find public -type f -regex '.*\.\(htm\|html\|txt\|text\|js\|css\)$' -exec brotli -f -k {} \;