Open
Description
I tried to configure it using
pipeline.CompileScssFiles();
or
pipeline.CompileScssFiles(new WebOptimizerScssOptions { MinifyCss = true });
.
In my cshtml it is referenced as
<link rel="stylesheet" href="~/css/monitoring.scss" type="text/css" />
It's compiled and served correctly but the content is not minified.
I'm using version 3.0.91
Metadata
Assignees
Labels
No labels