angular-cn/aio/scripts/payload.sh

13 lines
273 B
Bash
Raw Normal View History

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