ENH: upgrade ember 2.7

This commit is contained in:
Matthew Ryan Dillon 2016-09-05 16:21:37 -07:00
parent b53386b032
commit 3236bd4fe2
11 changed files with 25 additions and 28 deletions

View file

@ -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