mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
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:
parent
dbb92efd13
commit
73caf76225
1 changed files with 5 additions and 0 deletions
5
check-size.sh
Executable file
5
check-size.sh
Executable 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.*
|
||||
Loading…
Reference in a new issue