You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know the EMBER_CLI_CORDOVA env var is used when you need to build without Cordova. I'd like to be able to configure my app to opt-in instead of opt-out :
Is this something that can already be done another way?
The text was updated successfully, but these errors were encountered:
jdurand
changed the title
Configuration based way to know if we're using Cordova build
Configuration based way to know if you are using Cordova build
Apr 29, 2016
jdurand
changed the title
Configuration based way to know if you are using Cordova build
Configuration based way to know if you are building with Cordova
Apr 29, 2016
Ember CLI Electron sets an environment variable so you can have your app behave differently depending on the type of build :
I know the
EMBER_CLI_CORDOVA
env var is used when you need to build without Cordova. I'd like to be able to configure my app to opt-in instead of opt-out :This could also improve how #87 is implemented.
Is this something that can already be done another way?
The text was updated successfully, but these errors were encountered: