예제 #1
0
        // For more information on bundling, visit http://go.microsoft.com/fwlink/?LinkId=301862
        public static void RegisterBundles(BundleCollection bundles)
        {
            bundles.LoadFromWebConfiguration( );

            bundles.AddEndpointMvcScripts("~/assets/scripts");
            bundles.AddEndpointMvcStyles("~/assets/styles/");
        }
예제 #2
0
파일: BundleConfig.cs 프로젝트: ngzero/madb
 // For more information on bundling, visit http://go.microsoft.com/fwlink/?LinkId=301862
 public static void RegisterBundles(BundleCollection bundles)
 {
     bundles.LoadFromWebConfiguration();
 }
예제 #3
0
 // For more information on bundling, visit http://go.microsoft.com/fwlink/?LinkId=301862
 public static void RegisterBundles(BundleCollection bundles)
 {
     bundles.LoadFromWebConfiguration();
 }