MVC 4 Bundles Scripts.Render script tag for each file

10,254

In the development/debug environment (where the compilation Element in the Web.config file is set to debug="true") the JavaScript files are not bundled or minified.
You don't use a tag in JavaScript files, it's used in obtrusive JavaScript embedded in you HTML. What are you trying to do? See my Bundling and Minification tutorial

Share:
10,254
Paul Johnson
Author by

Paul Johnson

C#, AJAX, SQL Developer.

Updated on June 04, 2022

Comments

  • Paul Johnson
    Paul Johnson almost 2 years

    Is there any way to force the bundles in MVC 4 to render a script tag for each of the bundled files for development purposes?