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
Please, can you help me to find where is my mistake (Thank's)
here is my code :
var minCssSetting = new CssSettings()
{
CommentMode = CssComment.Important,
MinifyExpressions = true,
OutputMode = OutputMode.SingleLine,
TermSemicolons = false,
};
Please, can you help me to find where is my mistake (Thank's)
here is my code :
var minCssSetting = new CssSettings()
{
CommentMode = CssComment.Important,
MinifyExpressions = true,
OutputMode = OutputMode.SingleLine,
TermSemicolons = false,
};
pipeline.AddCssBundle("site-Ar.min.css",
).MinifyCss(minCssSetting);
The text was updated successfully, but these errors were encountered: