Merge pull request #683 from danvk/legend-formatter
[dygraphs.git] / scripts / weigh-in.sh
CommitLineData
2d0f8227
DV
1#!/bin/bash
2# This tracks the effect of pull requests on the size of dygraphs.
3# See https://github.com/danvk/travis-weigh-in
4set -o errexit
5
6curl -O https://raw.githubusercontent.com/danvk/travis-weigh-in/master/weigh_in.py
7python weigh_in.py dist/dygraph-combined.js
8gzip -c dist/dygraph.min.js > dist/dygraph.min.js.gz
9python weigh_in.py dist/dygraph.min.js.gz