johan-v-r / LibSassBuilder

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

project doesn't read the compiled CSS file #46

Open rynex-zv opened 2 years ago

rynex-zv commented 2 years ago

The compiled CSS file is not regester in the project! After it compile the CSS file and runs application I have to close it and open the CSS file and save it (ctrl+s) then the project recognize the CSS file Note: if I modify the CSS file on the first run or even save it ( the project still not recognize it) i have to stop the app save the CSS file and run the app again to make it work. That's why I think it's not registered in the project.

johan-v-r commented 2 years ago

Hi there - yes I believe the CSS files should be ignored, because it's replaced with SASS files. The *.css files will get replaced after compiling its *.scss file - so don't think the CSS file should be touched at all.