johan-v-r / LibSassBuilder

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

Regenerate deleted compiled CSS when SCSS still exist #47

Open rynex-zv opened 2 years ago

rynex-zv commented 2 years ago

If the ( compiled CSS ) been deleted and the SCSS file is not edited or ( Ctrl+S ) saved without modifying it, the CSS file won't be populated again.

johan-v-r commented 2 years ago

Hi there - yes that sounds right, because the SCSS file hasn't changed at all - so nothing triggers the recompile. At that point it's prob best to clean your solution and rebuild from scratch.