Scott Kidder
Scott Kidder
I can confirm that @xcambar's solution is very flexible and works great for my use case.
I have kind of tackled this and our migration from `ember-i18n` to `ember-intl` at the same time. The one gotcha I ran into was that the `{{t }}` helper from...
Just in case this helps: I have run into this with [ember-toggle](https://github.com/knownasilya/ember-toggle) and all was fine on v3.4.0-beta.3 I am using ember-cli-sass@latest Appears the addon's styles are not making into...
I have recently got something very similar to this working. Eventually I'll try to extract the pattern out for my own use and to share but for now I'll just...
I've just compared @snewcomer example to my fully working implementation from a few weeks ago and they are identical in the pattern. I have really seen no downside with this...
@snewcomer Are you thinking we add this as a section to README.md or maybe we should use the Wiki?
@simonihmig I would also like to know if there is any interaction between fastboot and `ember-service-worker` in production?
I see, that makes sense. Maybe it should be documented in ember-service-worker-index? Maybe a better setup for sw + fastboot would involve allowing `ember-service-worker-cache-fallback` to serve index.html only when network...
@andrew-paterson Can you put together a twiddle?
I was able to get this working by putting the config in the dummy app. It raises a question for me though. Should this config be in the top-level `config/`