tonycoco / heroku-buildpack-ember-cli

A Heroku Buildpack for Ember CLI Applications
MIT License
320 stars 121 forks source link

Exporting the config vars #4

Closed achambers closed 10 years ago

achambers commented 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

tonycoco commented 10 years ago

Ahh, you are correct. Thanks!

jasonfb commented 10 years ago

does this work now? can I access them in my environment.js file during the ember build ?

jasonfb commented 10 years ago

Got it ...

https://github.com/stefanpenner/ember-cli/issues/1236