You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.
Hi, is there an option to run LibSass on save and not just on build?
What I am wanting to do is get LibSass to convert scss files to css files whenever I save a file. This would allow Blazor to hotreload the page as I expect once the css file changes. Any help here would be appreciated, thanks!
The text was updated successfully, but these errors were encountered:
I was looking into this same issue... There is a LibDartBuilder project. But it uses the same build system, so one fix should be possible for both of them.
I just don't know about the status of the project. currently it looks a bit stale with issues and PR's being left hanging, both here and on the LibDartBuilder. I am willing to contribute, or maybe even fork. The project has potential, because I did not manage in finding a good alternative.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, is there an option to run LibSass on save and not just on build?
What I am wanting to do is get LibSass to convert scss files to css files whenever I save a file. This would allow Blazor to hotreload the page as I expect once the css file changes. Any help here would be appreciated, thanks!
The text was updated successfully, but these errors were encountered: