-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Labels
Description
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:
ember-cli-coffeescript/index.js
Lines 16 to 24 in 3d2d409
| getConfig: function() { | |
| var brocfileConfig = {}; | |
| var coffeeOptions = defaults(this.project.config(process.env.EMBER_ENV).coffeeOptions || {}, | |
| brocfileConfig, { | |
| blueprints: true | |
| }); | |
| return coffeeOptions; | |
| }, |
Reactions are currently unavailable