tangxu
2024-03-26 edd23f115dba31d764fdaf75a6207d888d0419d3
WebApi/App_Start/BundleConfig.cs
@@ -1,18 +1,11 @@
using System.Web;
using System.Web.Optimization;
namespace SPump.TransferApi
namespace IStation.WebApi
{
    /// <summary>
    ///
    /// </summary>
    public class BundleConfig
    {
        /// <summary>
        /// 有关捆绑的详细信息,请访问 https://go.microsoft.com/fwlink/?LinkId=301862
        /// </summary>
        /// <param name="bundles"></param>
        // 有关捆绑的详细信息,请访问 https://go.microsoft.com/fwlink/?LinkId=301862
        public static void RegisterBundles(BundleCollection bundles)
        {
            bundles.Add(new ScriptBundle("~/bundles/jquery").Include(
@@ -23,7 +16,7 @@
            bundles.Add(new ScriptBundle("~/bundles/modernizr").Include(
                        "~/Scripts/modernizr-*"));
            bundles.Add(new ScriptBundle("~/bundles/bootstrap").Include(
            bundles.Add(new Bundle("~/bundles/bootstrap").Include(
                      "~/Scripts/bootstrap.js"));
            bundles.Add(new StyleBundle("~/Content/css").Include(