0.0.5 • Published 10 years ago
ember-cli-grunticon v0.0.5
ember-cli-grunticon
ember-cli addon integrating grunticon into the ember build lifecycle.
Usage
Install
ember install ember-cli-grunticonConfigure
Configure grunticon in your application's ember-cli-build.js file.  For
details, see the grunticon docs for details.
// ember-cli-build.js
var app = new EmberApp(defaults, {
  // ...
  grunticon: {
    src: "grunticon/src/+(*.svg|*.png)",
    dest: 'public/grunticon'
  }
  // ...
});