mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-05 08:18:17 +00:00
fix(web): Avoid timestamping main.mjs.gz (#412)
Improves reproducibility.
This commit is contained in:
committed by
GitHub
parent
5d9cc40e34
commit
76f2029fb5
@@ -33,7 +33,7 @@ for the JavaScript code in this page.
|
||||
*/'
|
||||
|
||||
esbuild js/main.mjs --sourcemap --bundle --minify --outfile=static/js/main.mjs "--banner:js=${LICENSE}"
|
||||
gzip -f -k static/js/main.mjs
|
||||
gzip -f -k -n static/js/main.mjs
|
||||
zstd -f -k --ultra -22 static/js/main.mjs
|
||||
brotli -fZk static/js/main.mjs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user