0.6.0 • Published 9 years ago
ember-cli-octicons v0.6.0
ember-cli-octicons
Easily add GitHub Octicons to an Ember application.
When the addon is installed, it will add octicons as a Bower dependency, import the Octicons CSS into the vendor CSS package, and import the Octicons font files into the build assets.
Usage
In your ember-cli project, run:
ember install ember-cli-octiconsDeveloping
git clonethis repositorynpm installbower install
Running Tests
npm test(Runsember try:testallto test your addon against multiple Ember versions)ember testember test --server
For more information on using ember-cli, visit http://ember-cli.com/.