1
0
mirror of https://github.com/flarum/core.git synced 2025-08-11 10:55:47 +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 106c51071b
commit aa346b3884
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') {