zont / gulp-bower

MIT License
82 stars 22 forks source link

Can I run without bower.json? #38

Closed gluons closed 9 years ago

gluons commented 9 years ago

Can I run individual command bower install <package> without bower.json?

asim-qb commented 7 years ago

So, If you want to install a dependency I think you can try:

bower({ cmd: 'update'},[['my-module']]) to do a bower update my-module. (From https://github.com/zont/gulp-bower/issues/32#issuecomment-158097150)

Read the above issue for details.