aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Minar2012-03-16 16:09:41 -0700
committerIgor Minar2012-04-23 11:42:27 -0700
commit73caf76225b1a1ab41bca00340950985633f9ef9 (patch)
treeaea0a8ca7b42b13d892bd169f39448239718c6a0
parentdbb92efd13cd0171da369645f8780fde9987a78f (diff)
downloadangular.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-xcheck-size.sh5
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.*