mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 10:05:26 +01:00
Make gzips reproducible by excluding timestamp (#8420)
This commit is contained in:
@@ -24,7 +24,7 @@ cp build/service_worker.js ..
|
||||
cd ..
|
||||
|
||||
# Pack frontend
|
||||
gzip -f -k -9 *.html *.js ./panels/*.html
|
||||
gzip -f -n -k -9 *.html *.js ./panels/*.html
|
||||
cd ../../../..
|
||||
|
||||
# Generate the MD5 hash of the new frontend
|
||||
|
||||
Reference in New Issue
Block a user