Skip to content

Commit

Permalink
Fiddled with settings so that bower installs dependencies right in de…
Browse files Browse the repository at this point in the history
…ployment.
  • Loading branch information
Curtis Lacy committed Feb 21, 2014
1 parent dd4b2df commit 71bfa4a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .bowerrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "directory": "www/bower_components" }
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,4 @@ compiled
*.pyc

# Bower stuff
.bowerrc
www/bower_components/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"grunt-git": "0.2.x",
"grunt-shell": "0.6.x",
"grunt-contrib-clean": "0.5.x",
"bower": ">=1.2.8"
"bower": "git://github.com/neoziro/bower.git#v1.2.8-patched"
},
"devDependencies": {
"connect": "2.x.x"
Expand Down

0 comments on commit 71bfa4a

Please sign in to comment.