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?
Asked
Active
Viewed 71 times
0
-
1You can add all your files to one bundle. – Ion Sapoval Nov 21 '14 at 22:51
1 Answers
0
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.

Pablo Romeo
- 11,298
- 2
- 30
- 58