Package Exports
- ember-material-design-icons-shim
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ember-material-design-icons-shim) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Ember-material-design-icons-shim

FASTBOOT COMPATIBLE
A very simple shim to add material-design-icons to your Ember.js app, without having to rely on Google's CDN.
Use
Install this addon with ember-cli
ember install ember-material-design-icons-shim
And this addon will take care of adding the appropriate CSS and icon fonts into your app's asset pipeline. You can use google material design icons in your app as described in the official Google Material Design Icons documentation
Example
<!-- For modern browsers. -->
<i class="material-icons">alarm</i>
<!-- For IE9 or below. -->
<i class="material-icons"></i>
Contributing
git clone
this repositorynpm install
bower install
Running
ember server
- Visit your app at http://localhost:4200.
Running Tests
npm test
(Runsember try:testall
to test your addon against multiple Ember versions)ember test
ember test --server
Building
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.