1
0
mirror of https://github.com/flarum/core.git synced 2025-07-23 17:51:24 +02:00

Upgrade ember-cli to 0.1.7

This commit is contained in:
Toby Zerner
2015-01-21 14:28:28 +10:30
parent 21863759e6
commit bc91f61f17
5 changed files with 19 additions and 20 deletions

View File

@@ -21,10 +21,10 @@ module.exports = function(environment) {
if (environment === 'development') {
// ENV.APP.LOG_RESOLVER = true;
ENV.APP.LOG_ACTIVE_GENERATION = true;
// ENV.APP.LOG_ACTIVE_GENERATION = true;
// ENV.APP.LOG_TRANSITIONS = true;
// ENV.APP.LOG_TRANSITIONS_INTERNAL = true;
ENV.APP.LOG_VIEW_LOOKUPS = true;
// ENV.APP.LOG_VIEW_LOOKUPS = true;
}
if (environment === 'test') {