mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-26 11:10:25 +00:00
6 lines
111 B
Bash
6 lines
111 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
rake compile
|
||
|
|
gzip -c < build/angular.min.js > build/angular.min.js.gzip
|
||
|
|
ls -l build/angular.min.*
|