store bower components in bower_components directory

This commit is contained in:
Riku Rouvila
2014-04-21 11:40:26 +03:00
parent b224035ef8
commit 50545c5945
3 changed files with 2 additions and 5 deletions

View File

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

2
.gitignore vendored
View File

@@ -1,3 +1,3 @@
node_modules
bower_components
public
vendor

View File

@@ -41,7 +41,7 @@ Now to use jQuery in your frontend code, you'll need to add jQuery to "browser"
...
"browser": {
"jquery": "./vendor/jquery/dist/jquery.js"
"jquery": "./bower_components/jquery/dist/jquery.js"
},
"browserify-shim": {
"jquery": "$"