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
There are some addons (e.g. denali-mailer) that do some custom build behavior of the app they are installed to. Currently (unless I skimmed too quickly), there is not a way to do that. The denali-build.js returns an extension of Builder, so it shouldn't be too difficult to standardize a way of adding configuration that addons can then check.
Note: I'm drawing this idea from Ember's ability to pass in configuration to addons via the ember-cli-build.js file.
The text was updated successfully, but these errors were encountered:
I'm saying apps should have some standardized way to pass configure options to an addon that's building the app via processParent.
Say there's some config value an app can set for denali-babel. denali-babel looks to see if config value exists in the parent (app/addon), then potentially changes how it runs depending on that config value.
There are some addons (e.g. denali-mailer) that do some custom build behavior of the app they are installed to. Currently (unless I skimmed too quickly), there is not a way to do that. The
denali-build.js
returns an extension of Builder, so it shouldn't be too difficult to standardize a way of adding configuration that addons can then check.Note: I'm drawing this idea from Ember's ability to pass in configuration to addons via the
ember-cli-build.js
file.The text was updated successfully, but these errors were encountered: