Fork me on GitHub

Bundling and Minification

记录我遇到的问题吧
@Styles.Render
在页面上可以用@Styles.Render("~/Content/css") 来加载css
@Url.Content("~/Folderpath/*.css")
@Styles.Render("~/Content/site.css", "~/Content/common.css", "~/Content/content.css")
混合调用 :@Styles.Render("~/Content1", "~/Content/site.css", "~/Content/content.css")
本地启用调试 BundleTable.EnableOptimizations = true;

初始化的虚拟目录名称不能跟 真正的目录相同 ,但最好按照虚拟路径来用于标记打包哪个文件夹下面的.css 文件,以及样式中的图片路径。

posted @ 2013-12-12 14:37  花儿笑弯了腰  阅读(208)  评论(0编辑  收藏  举报