MVC bundle配置文件模板

bundle文件放在应用根目录,命名为  bundle.config

内容模板

 

复制代码
<?xml version="1.0" encoding="utf-8"?>
<bundles>
    <styleBundle path="~/css/main" cdnPath="" cdnFallbackExpression="">
        <include path="~/css/top.css" />
        <include path="~/css/content.css" />
    </styleBundle>
    <scriptBundle path="~/bundles/jquery">
        <include path="~/Scripts/jquery-1.10.2.min.js" />
    </scriptBundle>
</bundles>
复制代码

 

posted @   致那向往的远方  阅读(175)  评论(0编辑  收藏  举报
编辑推荐:
· 对象命名为何需要避免'-er'和'-or'后缀
· SQL Server如何跟踪自动统计信息更新?
· AI与.NET技术实操系列:使用Catalyst进行自然语言处理
· 分享一个我遇到过的“量子力学”级别的BUG。
· Linux系列:如何调试 malloc 的底层源码
阅读排行:
· C# 中比较实用的关键字,基础高频面试题!
· .NET 10 Preview 2 增强了 Blazor 和.NET MAUI
· Ollama系列05:Ollama API 使用指南
· 为什么AI教师难以实现
· 如何让低于1B参数的小型语言模型实现 100% 的准确率
点击右上角即可分享
微信分享提示