Files
angular-docs-cn/aio/scripts/payload.sh
T

13 lines
280 B
Bash
Raw Normal View History

#!/usr/bin/env bash
set -eu -o pipefail
2017-06-22 16:47:53 -07:00
readonly thisDir=$(cd $(dirname $0); pwd)
readonly parentDir=$(dirname $thisDir)
# Track payload size functions
source ../scripts/ci/payload-size.sh
2017-11-18 12:26:33 -08:00
trackPayloadSize "aio" "dist/*.bundle.js" true true "${thisDir}/_payload-limits.json"