ENH: upgrade ember 2.7
This commit is contained in:
parent
b53386b032
commit
3236bd4fe2
11 changed files with 25 additions and 28 deletions
config
|
@ -4,7 +4,7 @@ module.exports = function(environment) {
|
|||
var ENV = {
|
||||
modulePrefix: 'ccdb-web',
|
||||
environment: environment,
|
||||
baseURL: '/',
|
||||
rootURL: '/',
|
||||
locationType: 'auto',
|
||||
EmberENV: {
|
||||
FEATURES: {
|
||||
|
@ -29,7 +29,6 @@ module.exports = function(environment) {
|
|||
|
||||
if (environment === 'test') {
|
||||
// Testem prefers this...
|
||||
ENV.baseURL = '/';
|
||||
ENV.locationType = 'none';
|
||||
|
||||
// keep test console output quieter
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue