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.
This commit is contained in:
parent
e47ab0e246
commit
9f728cd3e1
|
|
@ -13,5 +13,4 @@ if [[ $(which ng) == "" ]]; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ng build --prod --build-optimizer --base-href=/dist_channelz/
|
ng build --base-href=/dist_channelz/
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue