Bower
Bower is used to install some libraries in some themes.
Installation
To install Bower system-wide you first need to have Node installed. Then you can use the Node Package Manager (npm) to install it globally with:
npm install -g bower
Usage
If there is a bower.json file you can run a bower command to obtain all the listed libraries:
bower install
Last updated: