chore(check-size.sh): fix rake target

This commit is contained in:
Igor Minar 2012-10-22 12:39:37 -07:00
parent cf78fb5661
commit be50e0769a

View file

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