ember-cli 1.13.11
This commit is contained in:
parent
d185dad716
commit
1fe7702430
12 changed files with 64 additions and 32 deletions
|
@ -37,6 +37,8 @@ module.exports = function(environment) {
|
|||
ENV.APP.LOG_ACTIVE_GENERATION = false;
|
||||
ENV.APP.LOG_VIEW_LOOKUPS = false;
|
||||
ENV.locationType = 'none';
|
||||
ENV.baseURL = '/';
|
||||
ENV.APP.rootElement = '#ember-testing';
|
||||
}
|
||||
|
||||
if (environment === 'staging') {
|
||||
|
|
Reference in a new issue