You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?The text was updated successfully, but these errors were encountered: