I have been using the node sass plugin and building my scss files during my dotnet build process, which works, but takes so much time whenever I make a change.
I decided to switch to using prepros to process all of my scss files for me.
The issue with this is when changing a .razor file in rider, hot reload works and the browser will have the updated html. When I make a change to an scss file, prepros will build out the css, but rider doesn't seem to notice the change and the browser doesn't get the updated css until I reload the project.
Is there anyway to make this work without having to restart the project every time i make an scss change?
Any help would be greatly appreciated as this would save me so much time!