Adding .bowerrc

If no .bowerrc file is found in the current folder it seems to lookup if one exists in parent folders. Thus, we need to use .bowerrc in order to avoid problems.
This commit is contained in:
Manuel Mitasch 2014-03-11 16:50:29 +01:00 committed by Hannah Wolfe
parent 4afba3808b
commit 91df4a9e1f

3
.bowerrc Normal file
View File

@ -0,0 +1,3 @@
{
"directory": "bower_components"
}