.NET Web Optimization Framework - Combining Bundles

84 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 answers

0
Pablo Romeo 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.