mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-10 22:44:01 +08:00
20 lines
319 B
Markdown
20 lines
319 B
Markdown
# 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
|
|
|