I have such bundle
bundles.Add(new StyleBundle("~/Content/themes/default/css") .IncludeDirectory("~/Content/themes/Default", "*.css"));
but I want to exclude one CSS file from it.
Is it possible to make this without specifying each CSS file in bundle?
Try using IgnoreList.Ignore; bundles.IgnoreList.Ignore(...)
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With