.NET Web Optimization Framework - Combining Bundles

116 Views Asked by At

Bundling is great. I have a jQuery bundle, a Angular bundle, a pollyfills bundle, etc. But now I have 10 bundles. How do I combine bundles into a single bundle. Is that possible?

1

There are 1 best solutions below

0
On BEST ANSWER

There is no built in way to combine defined Bundles, so what you would do is just create one Bundle with all the files that you want instead.