Closed achambers closed 10 years ago
Although the recent changes to the code were accessing the EMBER_ENV config var, it was never actually being exported first. Now calling the export_env_dir function before trying to access the EMBER_ENV variable
EMBER_ENV
export_env_dir
Ahh, you are correct. Thanks!
does this work now? can I access them in my environment.js file during the ember build ?
Got it ...
https://github.com/stefanpenner/ember-cli/issues/1236
Although the recent changes to the code were accessing the
EMBER_ENV
config var, it was never actually being exported first. Now calling theexport_env_dir
function before trying to access theEMBER_ENV
variable