When I save my .scss file, page reload is triggered before the css is compiled and I have to refresh the page again to see the changes. I think a solution would be to somehow exclude the .scss files and trigger reloads only after the main css file is changed by sass. Would it be possible?
When I save my .scss file, page reload is triggered before the css is compiled and I have to refresh the page again to see the changes. I think a solution would be to somehow exclude the .scss files and trigger reloads only after the main css file is changed by sass. Would it be possible?