Skip to content

Commit

Permalink
Change bower settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanseidel committed Jul 13, 2016
1 parent 2bc709c commit 686b5ab
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .bowerrc
@@ -0,0 +1,3 @@
{
"directory" : "public/.components"
}
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -19,7 +19,8 @@ logs

# Dependency directory
node_modules
public/_components
public/components
public/_components
public/.components

*.DS_Store
3 changes: 1 addition & 2 deletions bower.json
Expand Up @@ -23,8 +23,7 @@
"angular-animate": "^1.5.6",
"angular-ui-router": "^0.3.1",
"ngFx": "^1.1.0",
"mdi": "^1.6.50",
"three.js": "threejs#*"
"mdi": "^1.6.50"
},
"install": {
"path": "public/components",
Expand Down

0 comments on commit 686b5ab

Please sign in to comment.