mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 15:40:22 +00:00
19 lines
319 B
Markdown
19 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
|
|
|