aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/bower/README.md
blob: 348d66ac5073c2ee0a273a7367521d81bdf0476a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Angular Bower Script

Script for updating the Angular bower repos from a code.angularjs.org package

Requires `node` (for parsing `bower.json`) and `wget` (for fetching the `angular.zip` from `code.angularjs.org`)


## Instructions

You need to run `./init.sh` the first time you use this script to clone all the repos.

For subsequent updates:

```shell
./publish.sh NEW_VERSION
```

Where `NEW_VERSION` is a version number like `1.2.3`.


## License
MIT