Skip to content

Integrate bower with node webkit

mschaaf edited this page Oct 28, 2014 · 2 revisions

For inclusion of bower into your node-webkit application you have two alternatives.

The first is move your bower.json to the app folder and call bower install there. The second way is to create a .bowerrc file in the root folder and specify inside of the file the place where the bower components should be created. Then you can call bower install from the root folder and place your bower.json file inside the root folder. See https://bower.io/docs/config for more information to the possibilities of the .bowerrc file.