I\'m trying to use bootstrap with bower, but since it clones the whole repo, there is no CSS and other stuff.
Does it means that I need to include building Bootstrap in
There is a prebuilt bootstrap bower package called bootstrap-css. I think this is what you (and I) were hoping to find.
bower install bootstrap-css
Thanks Nico.