【发布时间】:2013-03-18 06:06:54
【问题描述】:
我正在使用 asp.net 捆绑/缩小并将所有内容放在 bundle.config 中,如下所示:
<styleBundle path="~/css/css">
<include path="~/css/bootstrap.css" />
<include path="~/css/flexslider.css" />
<include path="~/css/font-awesome.css" />
<include path="~/css/Site.css" />
<include path="~/css/orange.css" />
</styleBundle>
但我想使用 CDN 中的 bootstrap.css:
//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css
那么我们如何在 bundle.config 中做到这一点呢?
【问题讨论】:
标签: asp.net bundling-and-minification asp.net-optimization