Skip to content

Use config hook for config #61

@kimroen

Description

@kimroen

Use this: https://github.com/ember-cli/ember-cli/blob/master/ADDON_HOOKS.md#config

Instead of the home-made, free-range, organic implementation here:

getConfig: function() {
var brocfileConfig = {};
var coffeeOptions = defaults(this.project.config(process.env.EMBER_ENV).coffeeOptions || {},
brocfileConfig, {
blueprints: true
});
return coffeeOptions;
},

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions