From ec7ca9a560a9c8f8adcabc79b597deb2ec61fa68 Mon Sep 17 00:00:00 2001 From: Adam Mills Date: Sun, 9 Jul 2017 16:21:17 -0400 Subject: [PATCH] Make gzips reproducible by excluding timestamp (#8420) --- script/build_frontend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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