angular.js/scripts/bower
2013-12-11 14:35:23 -08:00
..
init.sh chore: add script for updating bower repos 2013-11-25 13:09:50 -08:00
publish.sh chore(scripts): fix bower script to pull from master before updating 2013-12-11 14:35:23 -08:00
README.md chore: add script for updating bower repos 2013-11-25 13:09:50 -08:00

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:

./publish.sh NEW_VERSION

Where NEW_VERSION is a version number like 1.2.3.

License

MIT