Ember-CLI 1.13.8
I’ve created an addon that has a single Bower dependency. Running ember serve
within the addon project works fine. However, i cannot install the addon properly because the Bower dependency is not found.
I’ve looked through quite a few articles online, collecting all the steps required and sorting through the outdated info. Unfortunately, several of the most recent articles are obviously incomplete. One of them is missing what appears to be a crucial code block.
I’ve also browsed through a bunch of addons, looking for any with Bower dependencies to see how they were handled. However, all i’ve turned up use apparently hacky methods to insert a script tag to pull in the other lib(s). Pointers to any addon examples that don’t do that also much appreciated.
I reopened a year-old question here that appears to involve the same problem but felt i’d better create one with a more specific subject. The details of what i’ve tried are included in this SO question.
I’d really appreciate it if someone could take a look to see if they can spot anything i’m missing. If i can get this working i promise to use that info to update the official docs.
(Bonus: how does one update the official docs?)