Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sparkbox/ember-cli-grunticon

"A mystical CSS icon solution" for ember.
https://github.com/sparkbox/ember-cli-grunticon

Last synced: 5 days ago
JSON representation

"A mystical CSS icon solution" for ember.

Awesome Lists containing this project

README

        

# ember-cli-grunticon

[ember-cli][ember-cli] addon integrating [grunticon][grunticon] into the
ember build lifecycle.

## Usage

### Install
```shell
ember install ember-cli-grunticon
```

### Configure

Configure grunticon in your application's `ember-cli-build.js` file. For
details, see the [`grunticon docs`][grunticon-docs] for details.

```javascript
// ember-cli-build.js
var app = new EmberApp(defaults, {
// ...
grunticon: {
src: "grunticon/src/+(*.svg|*.png)",
dest: 'public/grunticon'
}
// ...
});
```

[ember-cli]: https://ember-cli.com
[grunticon]: https://github.com/filamentgroup/grunticon
[grunticon-docs]: https://github.com/filamentgroup/grunticon#required-configuration-properties