Asp.net mvc 5 在CSS中绑定CDN和本地资源

Asp.net mvc 5 在CSS中绑定CDN和本地资源,asp.net-mvc-5,cdn,bundling-and-minification,Asp.net Mvc 5,Cdn,Bundling And Minification,我的“BundleConfig.cs”文件中有上述类型的捆绑包。如何将cdn添加到上述捆绑包中?任何帮助都将不胜感激 我的CDN是: bundles.Add(new StyleBundle("~/Resources/styles/css").Include( "~/Resources/styles/bootstrap-3.1.1.css", "~/Resources/third-party/ng-table

我的“BundleConfig.cs”文件中有上述类型的捆绑包。如何将cdn添加到上述捆绑包中?任何帮助都将不胜感激

我的CDN是:

 bundles.Add(new StyleBundle("~/Resources/styles/css").Include(
                      "~/Resources/styles/bootstrap-3.1.1.css",
                      "~/Resources/third-party/ng-table.css",
                      "~/Resources/styles/site.css"));
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet" />