Esri / ember-cli-cedar

Ember addon for Esri's Cedar charting library
https://esri.github.io/ember-cli-cedar/#/charts/bar
Apache License 2.0
3 stars 2 forks source link

Make Addon Engine-Friendly #110

Closed dbouwman closed 5 years ago

dbouwman commented 5 years ago

When using an engine, this addon would blow up during the build process because amChartsOptions was undefined when it was trying to determine the publicPath.

I centralized the logic for this, and verified it worked with an engine, as well as verifying that it works in our Portal builds, which actually utilize the publicPath

Admin in Portal w/ Chart...

image

Same site running on Portal

image