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

Popular posts from this blog

plot - Remove Objects from Legend When You Have Also Used Fit, Matlab -

java - Why does my date parsing return a weird date? -

Need help in packaging app using TideSDK on Windows -