lifeart / ember-ast-hot-load

Universal hot-load addon for Ember applications. Support classic/pods/mu layouts and route templates reloading.
MIT License
91 stars 17 forks source link

ember-engines-support? #42

Open lifeart opened 5 years ago

donaldwasserman commented 5 years ago

Hey @lifeart - Does this mean this doesn't work with engines?

lifeart commented 5 years ago

@donaldwasserman I never tested it for engines..

donaldwasserman commented 5 years ago

I am right now! I will report back (I actually thought it was breaking some things previously, but that problem was between the chair and the keyboard).

knowerlittle commented 3 years ago

@donaldwasserman any updates on this? Did you get it working?

donaldwasserman commented 3 years ago

@knowerlittle Unfortunately, I solved this the honest way: by giving up on engines.

ilanwei1 commented 3 years ago

@lifeart addon works great, any plans to support engines?

lifeart commented 3 years ago

Hi @ilanwei1 I'm not working with engines (in my projects), but I'm very open for any contribution here, if you looking for things to start from - we could create a reproduction repo with errors, related to engines and expected behaviour.

We have to figure out things to support:

LazyEngines Not-LazyEngines Engines, mounted as routes Engines, mounted as components Components inside engines (if mounted)