fix(web): Avoid timestamping main.mjs.gz (#412)
Improves reproducibility.
This commit is contained in:
parent
5d9cc40e34
commit
76f2029fb5
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue