blob: fd034102b0a705e5743a4347d0992e3b3cdc44a0 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
 | # code.angular.js.org Script
Script for updating code.angularjs.org repo from current local build.
Requires `node` (for parsing `bower.json`)
Note: This should only be run for a release build, not a snapshot build!
## Instructions
`grunt package`: Build angular locally
```shell
./publish.sh
```
## License
MIT
 |