Skip to content

Dependencies Management

Benedikt Groß edited this page Oct 22, 2015 · 1 revision

All dependencies of the code package a managed by the bower.jsonfile.

As we want to be very picky in what is shipped by default in the libraries folder, we use bower-installer an extension of bower to have as much control as possible.

Setup

$ brew install node
$ npm install -g bower-installer

Update Dependencies "libraries" Folder

$ cd projectfolder
$ bower-installer
Clone this wiki locally