LibSassBuilder
LibSassBuilder copied to clipboard
Generates file perfectly, but cannot access in Blazor WASM
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?