I've noticed <script type="text/javascript" src="/bundles/jqueryval"></script>
Will merge the files into a single HTTP request
But if I use the @Scripts.render I.E @Scripts.Render("~/bundles/jqueryval")
They are still separate HTTP requests/files?
|
I've noticed Will merge the files into a single HTTP request But if I use the @Scripts.render I.E They are still separate HTTP requests/files? |
||||
|
|
|
Make sure you are running in Release mode:
if you want the scripts to be minified and bundled into a single one. |
|||||||
|