Closed adriaandotcom closed 10 years ago
@harianus That is a great idea. I'll work on that now. Any suggestions to the standardized ENV
var? We use ENV["EMBER_ENV"]
ENV["EMBER_ENV"]
sounds good to me. When you choose ENV["ENV"]
and you use it for other scripts as well, then you will have a problem when ember changes its environment names.
Yeah, agreed. I'll make that change ASAP.
Hi,
Just wondering when you think this change may be made?
Fixed in 73b6bac897dfc1580070be3ef459fcb1b1dce753.
Fixed in 73b6bac.
Champion ;)
Nice, thanks! Hopefully ember-cli will support custom environments soon: https://github.com/stefanpenner/ember-cli/issues/662
It would be nice to load the ember build environment from the Heroku config variables. So you can run staging, production and development.