Why is it so difficult to add bootstrap?

I really like ember-bootstrap. There are a few components not yet ported to native Ember, though.

Installing Bootstrap manually (i.e. via Bower and adding the imports to ember-cli-build) is pretty straightforward.

I recently wrote a guide on how to install it and how to apply the styling to Ember components: Integrating SASS and Bootstrap to Ember Components - Ember Igniter

This worked for me. Thanks :relieved:

Just created 2 addons that only add bootstrap.css or the icon fonts without adding a bower dependency to your project.

ember install ember-cli-bootstrap-css ember install ember-cli-bootstrap-fonts

1 Like