0.2.0 • Published 6 years ago

ember-cli-bootstrap-css v0.2.0

Weekly downloads
99
License
MIT
Repository
github
Last release
6 years ago

Lightweight Ember CLI Addon that only adds bootstrap.css

Install and setup

ember install ember-cli-bootstrap-css

You can now use bootstrap css. There are no bootstrap fonts or js files loaded.

If you need the glyphicons-halflings-regular fonts install ember-cli-bootstrap-fonts:

ember install ember-cli-bootstrap-fonts

ember-cli-bootstrap-css does not add a Bower Dependency to your project!

Sample app

Tom Dale's blog example using Ember CLI and ember-cli-bootstrap-css: broerse/ember-cli-blog

Credits

And of course thanks to all our wonderful contributors, here!

Changelog

  • 0.2.0 - Upgrade to ember-cli 2.18.2
  • 0.1.1 - Update readme for ember-cli-bootstrap-fonts use
  • 0.1.0 - Release v0.1.0
  • 0.1.0-beta.1 - First Beta release