Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sparkbox/ember-cli-grunticon
- Owner: sparkbox
- License: mit
- Created: 2015-09-03T17:24:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-06T04:19:22.000Z (over 9 years ago)
- Last Synced: 2024-12-17T02:03:08.107Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/ember-cli-grunticon
- Size: 138 KB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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