Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
chore(check-size): add a script to check gziped size
Browse files Browse the repository at this point in the history
this is useful to quickly check the resulting size during development
  • Loading branch information
IgorMinar committed Apr 23, 2012
1 parent dbb92ef commit 73caf76
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions check-size.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

rake compile
gzip -c < build/angular.min.js > build/angular.min.js.gzip
ls -l build/angular.min.*

0 comments on commit 73caf76

Please sign in to comment.