My MVC4 application is using Scripts.Render to load a bundle that is loading a file called "functions.js."
When I debug this application in the browser, the script loads, but the version is outdated.  When I view the resource directly, but append ?v=anytext the script looks correct, but without that appended, the script shows the old code.  Is there a way to force the bundling to output the correct file instead of a stale one?