这是我的 css 包文件:
<?xml version="1.0" encoding="utf-8"?>
<bundle minify="true" runOnBuild="true" output="spog.css">
<!--The order of the <file> elements determines the order of them when bundled.-->
<file>/styles/vendor/font-awesome.css</file>
<file>/styles/vendor/jquery-ui-1.10.3.custom.min.css</file>
<file>/styles/spog-misc.css</file>
<file>/styles/spog-nav.css</file>
</bundle>
最后两个文件较少被编译为 CSS。我知道这是成功的,因为在本地文件系统中我可以看到 css 文件的内容。但是,“spog.css”是空的。
我也有一个运行良好的 js 包。
所以我知道我们正在编译 LESS > CSS 并且我知道我们正在捆绑。为什么不捆绑 CSS?有解决方法吗?