From 9f728cd3e1b271fb7319818d1e3316a19047ce8c Mon Sep 17 00:00:00 2001 From: zpencer Date: Tue, 24 Jul 2018 14:58:11 -0700 Subject: [PATCH] gprc-zpages: do not output uglified js when building (#304) This makes the output easier to use, and there's not a real need for uglified js in this tool. This also eliminates the hash appended to the output filenames. --- grpc-zpages/buildscripts/update_angular.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/grpc-zpages/buildscripts/update_angular.sh b/grpc-zpages/buildscripts/update_angular.sh index 25eaae5..1d9242f 100755 --- a/grpc-zpages/buildscripts/update_angular.sh +++ b/grpc-zpages/buildscripts/update_angular.sh @@ -13,5 +13,4 @@ if [[ $(which ng) == "" ]]; then exit 1 fi -ng build --prod --build-optimizer --base-href=/dist_channelz/ - +ng build --base-href=/dist_channelz/