mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-19 12:01:07 +00:00
chore(check-size.sh): fix rake target
This commit is contained in:
parent
cf78fb5661
commit
be50e0769a
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