Drush command which checks modules for bower.json
files and installs their
dependencies into the <drupal-root>/libraries
folder.
drush bower-install
Note: this does not resolve any conflicts between multiple bower.json files, nor does it remove outdated dependencies.
You can put the bower folder into any of the following places:
- A .drush folder in your HOME folder.
- Anywhere in a folder tree below an active module on your site.
- /usr/share/drush/commands (configurable)
- In an arbitrary folder specified with the --include option.
- Drupal's /drush or /sites/all/drush folders.