Closed richward1 closed 1 year ago
Describe the bug Default location when publishing for release seems to default to wwwroot/, not wwwroot/css.
wwwroot/
wwwroot/css
To Reproduce Steps to reproduce the behavior:
appsettings.json
"SassCompiler": { "Arguments": "--style=compressed", "Configurations": { "Release": { "TargetFolder": "wwwroot/css" } } }
Have tried publishing to a fresh folder, and it won't ever put the file in the css/ folder.
css/
Expected behavior Compiled file is in wwwroot/css
Desktop (please complete the following information):
Nevermind, I am very dumb
Describe the bug Default location when publishing for release seems to default to
wwwroot/
, notwwwroot/css
.To Reproduce Steps to reproduce the behavior:
appsettings.json
Have tried publishing to a fresh folder, and it won't ever put the file in the
css/
folder.Expected behavior Compiled file is in
wwwroot/css
Desktop (please complete the following information):