johan-v-r / LibSassBuilder

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

Compiling stopped working in 1.6.4 in VSCode #38

Closed zboyet closed 2 years ago

zboyet commented 2 years ago

I develop in vscode using "dotnet watch run" and in the 1.6.4 version all compilation has stopped working. If I revert back to 1.6.3 it all starts working again.

Here is the csproj/project https://github.com/StableCube/Bulzor/blob/master/Demo/Server/Demo.Server.csproj

Any ideas why this may be happening?

Thanks

johan-v-r commented 2 years ago

Hi @ZacBoyet - can you test again with v2.0.1 Hoping it's related to #40

zboyet commented 2 years ago

I have since discovered more of what my problem was. Previously I was using ProjectReference to reference classlib projects with sass in them that I wanted compiled. That seemed to work fine out of the box in 1.6.3 but stopped working after that. The solution I landed on was to add LibSassBuilder to all my classlibs and that seemed to get the compilation going again.

It does appear that the 2.0.1 update gets things in ProjectReference working again!

Thanks for the update!