angular-ui / bootstrap-bower

This is a bower repository to hold Angular UI Bootstrap releases.
http://angular-ui.github.com/bootstrap/
158 stars 326 forks source link

Added bootstrap.css as a dependency of bower. #14

Closed kevinwolfcr closed 9 years ago

kevinwolfcr commented 10 years ago

In order to make it functional with grunt-bower-install, I've added bootstrap.css as a dependency for bower.json, In that way, when running grunt bower-install, the dependencies will be automagically added to the index.html file.

Regards ;).

chrisirhc commented 9 years ago

It may make sense to do add Bootstrap as a dependencies but users may want to use various versions of Bootstrap. I don't think bower handles that well, from last I checked. As such, I think we should leave it to users to install bootstrap. This could be something in the README instead.

It doesn't make sense to include the bootstrap.css file in this repo. Closing.