ef4 / ember-browserify

ember-cli addon for easily loading CommonJS packages from npm via browserify.
MIT License
172 stars 28 forks source link

app/environment/config.js is used incorrectly #96

Open stefanpenner opened 7 years ago

stefanpenner commented 7 years ago

https://github.com/ef4/ember-browserify#configuring-browserify

This is for app config, like different API endpoints and stuff. Buildtime configuration should be in ember-cli-build.js or the ember addon main.

ef4 commented 7 years ago

Yeah, agreed. This design dates back to a time before it was clear if that was the right approach.

ef4 commented 7 years ago

We should move and deprecate.

stefanpenner commented 7 years ago

Yeah, agreed. This design dates back to a time before it was clear if that was the right approach.

ya