Ejemplo n.º 1
0
 protected override void CreateBundle(string bundleName, List <BundleTagHelperItem> bundleItems)
 {
     BundleManager.CreateStyleBundle(
         bundleName,
         configuration => bundleItems.ForEach(bi => bi.AddToConfiguration(configuration))
         );
 }