chore(check-size): add a script to check gziped size

this is useful to quickly check the resulting size during development
This commit is contained in:
Igor Minar 2012-03-16 16:09:41 -07:00
parent dbb92efd13
commit 73caf76225

5
check-size.sh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/bash
rake compile
gzip -c < build/angular.min.js > build/angular.min.js.gzip
ls -l build/angular.min.*