diff options
| author | Igor Minar | 2012-03-16 16:09:41 -0700 |
|---|---|---|
| committer | Igor Minar | 2012-04-23 11:42:27 -0700 |
| commit | 73caf76225b1a1ab41bca00340950985633f9ef9 (patch) | |
| tree | aea0a8ca7b42b13d892bd169f39448239718c6a0 | |
| parent | dbb92efd13cd0171da369645f8780fde9987a78f (diff) | |
| download | angular.js-73caf76225b1a1ab41bca00340950985633f9ef9.tar.bz2 | |
chore(check-size): add a script to check gziped size
this is useful to quickly check the resulting size during development
| -rwxr-xr-x | check-size.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/check-size.sh b/check-size.sh new file mode 100755 index 00000000..0ae5521d --- /dev/null +++ b/check-size.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +rake compile +gzip -c < build/angular.min.js > build/angular.min.js.gzip +ls -l build/angular.min.* |
