Wednesday, February 24, 2016

.node js add .bowerrc to project for client side library


Create .bowerrc file (save again with encoding western Europe windows, when create need to create with .bowerrc.txt then rename it).

below will change install directory of BOWER

ex. bower install underscore, it will save to dir below:

{
"directory": "public/lib"
}

No comments:

Post a Comment