Skip to content

Commit

Permalink
Use Bower to fetch public/vendor/ dependencies after npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
ericf committed Oct 15, 2013
1 parent 9addb32 commit f1a6289
Show file tree
Hide file tree
Showing 11 changed files with 6 additions and 560 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.env
node_modules/
public/vendor/
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

"dependencies": {
"async" : "0.2.x",
"bower" : "1.2.x",
"combohandler" : "0.2.x",
"csv" : "0.3.x",
"db-migrate" : "0.4.x",
Expand All @@ -36,5 +37,9 @@
"handlebars" : "1.0.x",
"pg" : "1.1.x",
"request" : "2.25.0"
},

"scripts": {
"install": "./node_modules/bower/bin/bower install"
}
}
5 changes: 0 additions & 5 deletions public/vendor/hide-address-bar/.gitignore

This file was deleted.

9 changes: 0 additions & 9 deletions public/vendor/hide-address-bar/README.md

This file was deleted.

9 changes: 0 additions & 9 deletions public/vendor/hide-address-bar/bower.json

This file was deleted.

16 changes: 0 additions & 16 deletions public/vendor/hide-address-bar/demo.html

This file was deleted.

34 changes: 0 additions & 34 deletions public/vendor/hide-address-bar/hide-address-bar.js

This file was deleted.

19 changes: 0 additions & 19 deletions public/vendor/normalize-css/LICENSE.md

This file was deleted.

49 changes: 0 additions & 49 deletions public/vendor/normalize-css/README.md

This file was deleted.

23 changes: 0 additions & 23 deletions public/vendor/normalize-css/bower.json

This file was deleted.

Loading

0 comments on commit f1a6289

Please sign in to comment.