Advertisement
Guest User

Untitled

a guest
Mar 27th, 2017
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. bundles.Add(new StyleBundle("~/MyApp /Content/css")
  2. .Include("~/MyApp/Content/css/vendors.css", new CssRewriteUrlTransform())
  3. .Include("~/MyApp/Content/css/base.css", new CssRewriteUrlTransform())
  4. .Include("~/MyApp/Content/css/pages.css", new CssRewriteUrlTransform()));
  5.  
  6. bundles.Add(new StyleBundle("~/MyApp /Content/css/libs")
  7. .Include("~/MyApp/Content/css/libs/bootstrap.min.css", new CssRewriteUrlTransform())
  8. .Include("~/MyApp/Content/css/libs/kendo.bootstrap.mobile.min.css", new CssRewriteUrlTransform())
  9. .Include("~/MyApp/Content/css/libs/kendo.bootstrap.min.css", new CssRewriteUrlTransform())
  10. .Include("~/MyApp/Content/css/libs/kendo.common.min.css", new CssRewriteUrlTransform()));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement