我正在使用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中做到这一点呢?