question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Adding ember-engines forces live-reload when changing styles

See original GitHub issue

Steps to reproduce:

ember new testapp
ember install ember-engines

When styles are changed live-reload is triggered with debug output:

file changed styles/app.css

Build successful (142ms) – Serving on http://localhost:4200/
  ember-cli:live-reload: files %a [ 'assets/debug-styles-hot-reload.css',
  'index.html',
  'tests/index.html' ] +9s

I guess 'index.html' & 'tests/index.html' shouldn’t be there.

Tested on: ember-cli: 2.13.0-beta.4 & 2.12.2 ember-engines: 0.5.2 node: 7.9.0 & 6.x os: darwin x64

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:2
  • Comments:14 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
villandercommented, Mar 26, 2019

@stefanpenner can you close this issue, please? It’s already fixed

1reaction
robclancycommented, Jan 5, 2018

This issue is fixed when using the current master for me. Just needs a release?

Read more comments on GitHub >

github_iconTop Results From Across the Web

CSS live reload/hot reload not working correctly with Ember ...
... Ember Engines. It's really cool, but it messes up CSS live reloads. ... Adding ember-engines forces live-reload when changing styles.
Read more >
Livereload with Ember-CLI; only reload changed assets
With ember-cli, when I change a CSS file, it just reloads the entire page, rather than just reloading the CSS file. This gets...
Read more >
ember-emeis - npm Package Health Analysis | Snyk
Then add the following lines to your app/styles/app.scss : ... force the locale of models to a specific value (i.e. to make it...
Read more >
ember-cli-inject-live-reload | Yarn - Package Manager
This plugin injects a script tag to load ember-cli-live-reload.js in the head of your application's html. The contents of ember-cli-live-reload.js are ...
Read more >
ember-engines - npm
Composable applications for ambitious user experiences. Latest version: 0.9.0, last published: a month ago. Start using ember-engines in ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found