Michael Donaldson
Michael Donaldson
I saw this recently in the GitHub changelog. Unless I'm missing something, it looks like it would now be possible to pull a prebuilt Docker image from GitHub Package Registry?...
FYI here is a relevant issue from the Torii repo, https://github.com/Vestorly/torii/issues/334
@daniellubovich It's been a long time since I used `ember-engines`, but as far as I can remember, the intention of this feature was to allow an engine's route definitions to...
I had always figured that this helper would live in the `ember-engines` repo itself, and `ember-asset-loader` would simply provide some helper methods (i.e. `isLoaded()`) in order to simplify its implementation....
Wouldn't the helper also need to actually register the engine after it had finished downloading the bundle?
Its entirely possible that I am actually missing something obvious, but I would have thought that the helper would need to register the engine with the application after successfully downloading...
Ah I see, if thats the case and it works then keeping the helper in the `asset-loader` repo sounds good to me.
Hey @svdsande, did you ever find a solution/workaround for this?
I also actually noticed that it hangs when `ctrl+C`'ing out of the `ember staticboot` commands process. Though this was the only issue that I experienced. @claudio147 Did you experience any...
Could this not be resolved using the `destDir` option to change where the build is outputted?