mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
5 lines
110 B
Bash
Executable file
5 lines
110 B
Bash
Executable file
#!/bin/bash
|
|
|
|
rake minify
|
|
gzip -c < build/angular.min.js > build/angular.min.js.gzip
|
|
ls -l build/angular.min.*
|