linstula / ember-cli-bootstrap

ember-cli addon for Twitter Bootstrap
37 stars 20 forks source link

Option to exclude default theme #17

Closed Panman82 closed 9 years ago

Panman82 commented 10 years ago

I include a theme provided by http://bootswatch.com/ but the distributed Bootstrap theme that is imported by this addon causes problems. All I need to do is exclude the default Bootstrap theme. This PR adds the option excludeBootstrapTheme (named similarly to the JS option) and provides backwards compatibility with its default of false.

Looking at PR #14 there might be some need for granularity. So, I'm throwing this out there but more thought is probably needed. I'm willing to discuss other options and create PR's.

linstula commented 9 years ago

@Panman8201 thanks for the PR. I merged in an earlier PR that should resolve this issue: https://github.com/dockyard/ember-cli-bootstrap/pull/16