Ember guide suggest adding Ember.run.backburner.DEBUG = true;to your application to get the best stacks. Where should this line be added to the ember-cli project? I am currently using ember-cli 0.2.5
Ember.run.backburner.DEBUG = true;
You add it to app / app.js, before App = Ember.Application.extend({
App = Ember.Application.extend({