I have looked through Google and Stackoverflow and haven\'t found an answer for this. Is there any built in way to make a bundle execute as deffered or does someone know of an e
Try upgrading the Web Optimization to version 1.1.0 on Codeplex Site or via Nuget Package
In version 1.1.0 they included Element Template Strings. So if you want a script tag to contains the defer attribute you can easily do this:
@Scripts.RenderFormat("","~/bundles/jquery")
and the following markup will be generated: