UNPKG

ember-cli-ajh

Version:

Command line tool for developing ambitious ember.js apps

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