johan-v-r / LibSassBuilder

Sass builder for .NET projects
MIT License
99 stars 14 forks source link

LibSass run on Save #57

Open JustinD85 opened 1 year ago

JustinD85 commented 1 year ago

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!

JelleHissink commented 1 year ago

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.