bundles in mvcNANajna Abdulla11yAsked Nov 21, 2014, 7:00 AM1.3kLearn iOS ProgrammingWhen to use bundles in MVC4?????????
GUGuest User11y agoPosted Nov 21, 2014, 8:16 AMAccepted answerHi Najna,I agree with Shweta's response!To add, ex- bundles club various files in given folder/sub folder and form single entity say JS files 1.js, 2.js, 3.js all combiled as script.js. The benefit of bundling is that your HTTP network traffic call reduces from 3 to 1 in above exampleThanksSumit@sumitjolly
Shweta Lodha11y agoPosted Nov 21, 2014, 7:55 AMWhenever multiple script and style files need to be combined into one file.
Guest UserPosted Nov 21, 2014, 8:16 AM
I agree with Shweta's response!
To add, ex- bundles club various files in given folder/sub folder and form single entity say JS files 1.js, 2.js, 3.js all combiled as script.js.
The benefit of bundling is that your HTTP network traffic call reduces from 3 to 1 in above example
Thanks
Sumit
@sumitjolly
Shweta LodhaPosted Nov 21, 2014, 7:55 AM