Simon Ihmig
Simon Ihmig
We can see the same actually on the screenshot of the Readme: https://github.com/stefanpenner/broccoli-concat-analyser and the [demo](http://static.iamstef.net/concat-stats-example/) 😬 I *guess* the issue is that `broccoli-concat` is not even involved in creating...
If the issue here is indeed related to https://github.com/embroider-build/ember-auto-import/issues/503, then I think we can close this now, as the bug has been fixed a wile ago! Can someone confirm?
FWIW, this use case of embedding apps is something we deal a lot with, and the addon [ember-embedded-snippet](https://github.com/kaliber5/ember-embedded-snippet) we have for this does exactly this: it parses index.html after the...
As the issue has been resolved otherwise, this seems to be not needed anymore? @NullVoxPopuli can we close it?
I would really love to see this as well. It would also allow to be a real replacement for `ember-wormhole` (which is failing in a number of cases due of...
Chiming in here as the author of ember-stargate... so the reason I started this addon was indeed to replace ember-elsewhere, because of its lack of support of block form, and...
The first two checkboxes here can be checked I think! One related minor cleanup PR: #181. With all broccoli dependencies removed, I think we could turn this addon into v2...
For the record, some more findings (all regarding Edge 15): - When I switch to the `tap` protocol, I don't see the `Browser disconnected` error anymore - But I then...
> Is there any reloading or page navigation in your tests? Certainly not intentional. As I said other browsers work just fine. And also Edge 15 running locally (or rather...
> It would be great to detect when the build had files that weren't present in the config Not sure about this. The default config only covers .js and .css...