Adding ember-engines forces live-reload when changing styles
See original GitHub issueSteps 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:
- Created 6 years ago
- Reactions:2
- Comments:14 (6 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@stefanpenner can you close this issue, please? It’s already fixed
This issue is fixed when using the current master for me. Just needs a release?