Skip to content

Commit

Permalink
chore(check-size.sh): fix rake target
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorMinar committed Oct 22, 2012
1 parent cf78fb5 commit be50e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check-size.sh
Original file line number Diff line number Diff line change
@@ -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.*

0 comments on commit be50e07

Please sign in to comment.