Load Bootstrap via Bower

TODO:
- Update README
- Use grunt-bower-task?
This commit is contained in:
Ben Word
2014-02-02 22:10:00 -06:00
parent a182430df7
commit 645cf9939b
62 changed files with 36 additions and 9585 deletions

18
bower.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "roots",
"version": "6.5.1",
"homepage": "http://roots.io",
"authors": [
"Ben Word <ben@benword.com>"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"assets/vendor"
],
"dependencies": {
"bootstrap": ">=3.1.0"
}
}