Support for scoped/organizational engines => mount('@org/engine')
See original GitHub issueSo, I tried to create a scoped engine @org/engine
and tried mounting it in the dummy app:
Router.map(function () {
this.mount('@org/engine, { path: '/foo'});
});
which gives this error: Assertion Failed: Asset manifest does not list any available bundles.
I traced it down to this line: https://github.com/ember-engines/ember-asset-loader/blob/f8f1a448456697dbf128da27a15ca034d848763a/addon/services/asset-loader.js#L230
Second, here is the function that invokes the one above: https://github.com/ember-engines/ember-engines/blob/93f40763e22e536437a8fa63c66840ff9fa7b20d/addon/-private/router-ext.js#L238
Issue Analytics
- State:
- Created 6 years ago
- Reactions:2
- Comments:15 (12 by maintainers)
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@dfreeman not that I’m aware. It worked when I was testing them locally.
Yes, it did. 😃