字体真棒无法在MVC5中运行bundleconfig

字体真棒无法在MVC5中运行bundleconfig,第1张

字体真棒无法在MVC5中运行bundleconfig

CssRewriteUrlTransform
捆绑时尝试使用:

bundles.Add(new StyleBundle("~/Content/css").Include(        "~/Content/bootstrap.css",          "~/Content/body.css",        "~/Content/site.css",        "~/Content/form.css"    ).Include("~/Content/font-awesome-4.0.3/css/font-awesome.css", new CssRewriteUrlTransform());

这会将资产的所有url从css文件内更改为绝对url,因此绑定不会弄乱相对路径



欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/5149941.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-11-18
下一篇 2022-11-18

发表评论

登录后才能评论

评论列表(0条)

保存