1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-08 06:55:28 +02:00

Removed storeConfigInMeta=false from ember-cli-build.js

EmberCLI uses this functionality to provide custom environment variables for Testing environment.
Without this, Testing doesn't get proper locationType.

Why was this changed?
This commit is contained in:
zinyando 2016-05-13 17:30:04 +02:00
parent 1a0f9f5cd9
commit 9ba3f3b3f2

View file

@ -15,9 +15,6 @@ var isDevelopment = EmberApp.env() === 'development';
module.exports = function(defaults) {
var app = new EmberApp(defaults, {
tests: true,
storeConfigInMeta: false,
fingerprint: {
enabled: true,
extensions: ['js', 'css'],