package - Update multiple dependencies with Bower -
i listed (and/or installed) several dependencies bower inside bower.json
file and/or
bower install https://github.com/username/project.git
that worked fine.
now can list them with
bower list
and can pick name of each dependency of project , run
bower update dependency-name
question: how can bulk update of them? or have write shell script loop through , update them?
you can update running bower update
.
use -h
flag on command see how can use it. eg bower update -h
.
Comments
Post a Comment