ember-cli / broccoli-builder

MIT License
1 stars 10 forks source link

Remove BROCCOLI_WARN_READ_API env var and always warn on old .read/.rebuild api #26

Closed oligriffiths closed 6 years ago

oligriffiths commented 6 years ago

This API is no longer supported in the upstream master of Broccoli and has been deprecated for several years now. Lets surface this error by default in ember cli asap so we can weed it out and not have to port it.

rwjblue commented 6 years ago

@oligriffiths - Can you test a newly generated Ember app with the previously existing environment variable set, so we can confirm that we don’t warn out of the box?

oligriffiths commented 6 years ago

Sure thing

oligriffiths commented 6 years ago

@rwjblue No errors from what I can see