| | |
| | | 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( |
| | |
| | | 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( |