Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSS Hot Reload is Broken #84

Closed
devotox opened this issue Jul 8, 2017 · 2 comments
Closed

CSS Hot Reload is Broken #84

devotox opened this issue Jul 8, 2017 · 2 comments

Comments

@devotox
Copy link

devotox commented Jul 8, 2017

When using Ember service worker anytime a scss file changes sw.js changes and i think this causes a full page reload

Build successful (4967ms) – Serving on http://localhost:8088/
  ember-cli:live-reload: files %a [ 'index.html', 'sw.js', 'tests/index.html' ] +19m
@ghost
Copy link

ghost commented Sep 15, 2017

Closing in favor of #88

@ghost ghost closed this as completed Sep 15, 2017
@jrjohnson
Copy link
Contributor

Workaround if anyone needs it. When working with styles in a service worker enabled site I just add use ENV variable:
SW_DISABLED=true
Worker is disabled and Hot Reload is restored.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants