scss not applying on hot-reload
See original GitHub issueWhen using the basic Embroider setup in a fresh 3.9 app changing any scss
file will not apply the style changes. CLI detects file changes and reloads the entire page with no style changes applied.
If I revert to app.toTree()
it works as expected.
Anything I’m missing in the configuration?
Edit: This is using ember-cli-sass
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:5 (2 by maintainers)
Top Results From Across the Web
SCSS hot reload is not working · Issue #16 - GitHub
Found some time to look into this. The culprit is obvious. It's fixed as a css-resource-plugin but the resource is under scss-resource-plugin ....
Read more >Webpack Dev Server Hot Reload not working with SCSS and ...
I'm trying to create an application with multiple entries, SCSS and automaticly generated HTML pages using the html-webpack plugin. Everyting ...
Read more >Css changes are lost whenever I hot reload(using parcel) my ...
Problem: Whenever I'm making changes in my sass file and hot reloading that sass file using parcel. Instantly, I can see the changes...
Read more >css-hot-loader | Yarn - Package Manager
In most cases, we can realize css hot reload by style-loader . But style-loader need inject style tag into document, Before js ready,...
Read more >Hot reload of isolated CSS files does not work in VS2022 ...
But when I change the isolated CSS file of an component the change is not reflected in the browser with hot reload. I...
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
I think so, last time I checked this was still the case.
I’m doing some issue gardening 🌱🌿 🌷 and came upon this issue. Since it’s quite old I just wanted to ask if this is still relevant? If it isn’t, maybe we can close this issue?
By closing some old issues we reduce the list of open issues to a more manageable set.