mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 15:40:22 +00:00
5 lines
111 B
Bash
Executable file
5 lines
111 B
Bash
Executable file
#!/bin/bash
|
|
|
|
rake compile
|
|
gzip -c < build/angular.min.js > build/angular.min.js.gzip
|
|
ls -l build/angular.min.*
|