Hi,
I have tried to refer
ej.web.all.min.css through bundle in my application but when I refer it through
bundle then it's not working. Below is my code
bundles.Add(new StyleBundle("~/Content/ej").Include(
"~/ejThemes/default-theme/ej.widgets.all.min.css", newCssRewriteUrlTransform()
));
So how can I make it working using
bundle?