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

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -