Css捆绑和缩小,css规则包含绝对URL

时间:2014-01-30 12:46:02

标签: asp.net-mvc-4 bundling-and-minification

我已经定义了一些字体CSS规则,它具有像

这样的绝对网址
@font-face {
    font-family: 'Oxygen';
    font-style: normal;
    font-weight: 700;
    src: local('Oxygen Bold'), local('Oxygen-Bold'), url(http://themes.googleusercontent.com/static/fonts/oxygen/v2/yVHpdQrmTj9Kax1tmFSx2j8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

但是当我使用绝对URL进行捆绑时。我遇到400例外,因为它无法解决路径。

  

" NetworkError:400 Bad Request - Something / Content / css / http:/themes.googleusercontent.com/static/fonts/oxygen/v2/RzoNiRR1p2Mqyyz2RwqSMw.woff"
      RzoNiR ... Mw.woff

1 个答案:

答案 0 :(得分:0)

您可能希望自定义CssRewriteUrlTransform并忽略以https://http://

开头的路径