mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-11 19:08:22 +08:00
6 lines
111 B
Bash
Executable File
6 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.*
|