diff --git a/script/build_frontend b/script/build_frontend index a81d3ca9eb0..f687c10a31c 100755 --- a/script/build_frontend +++ b/script/build_frontend @@ -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