UNPKG

ember-cli-toranb

Version:

Command line tool for developing ambitious ember.js apps

10 lines (6 loc) 189 B
/* jshint ignore:start */ define('{{MODULE_PREFIX}}/config/environment', ['ember'], function(Ember) { {{content-for 'config-module'}} }); {{content-for 'app'}} /* jshint ignore:end */