mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-18 03:21:08 +00:00
chore(check-size.sh): fix rake target
This commit is contained in:
parent
3ca11d5235
commit
045de959b9
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
rake compile
|
rake minify
|
||||||
gzip -c < build/angular.min.js > build/angular.min.js.gzip
|
gzip -c < build/angular.min.js > build/angular.min.js.gzip
|
||||||
ls -l build/angular.min.*
|
ls -l build/angular.min.*
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue