Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
149898 | Dec 13,2019 07:45 AM UTC | Dec 16,2019 06:50 AM UTC | jQuery | 1 |
![]() |
Tags: General |
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?
bundles.Add(new StyleBundle("~/Content/css").Include(
"~/Content/bootstrap.css",
"~/Content/bootstrap-datetimepicker.css",
"~/Content/bootstrap-sortable.css",
"~/Content/site.css").Include(
"~/Content/ej/web/ej.widgets.core.bootstrap.min.css", new CssRewriteUrlTransformFixed())
.Include(
"~/Content/ej/web/bootstrap-theme/ej.theme.min.css", new CssRewriteUrlTransformFixed())
); |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.