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:
parent
1a0f9f5cd9
commit
9ba3f3b3f2
1 changed files with 0 additions and 3 deletions
|
@ -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'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue