johan-v-r / LibSassBuilder

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

Generates file perfectly, but cannot access in Blazor WASM #69

Open Grandizer opened 1 year ago

Grandizer commented 1 year ago

The file /Client/Styles/app.scss (and others) eventually generate a /Client/Styles/app.css file. This is perfect. However, in Blazor, there is a /Client/wwwroot/index.html file that is the basis of the entire site/html. It needs the files to be within that /Client/wwwroot or below.

So is there a way to copy the generated .css file to the wwwroot somewhere? Or perhaps to directly generate the file to somewhere in or below the wwwroot folder?