UNPKG

ember-cli-ajh

Version:

Command line tool for developing ambitious ember.js apps

12 lines (8 loc) 228 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.txt', { destDir: 'assets' }); } };