UNPKG

ember-cli-ajh

Version:

Command line tool for developing ambitious ember.js apps

13 lines (8 loc) 229 B
'use strict'; module.exports = { name: 'Ember Random Addon', included: function included(app) { this._super.included(app); app.import('vendor/ember-random-addon/file-to-import.js', { type: 'jabascript' }); } };