Is there any way to make the bundling and minification process in an ASP.NET MVC-application perform a \"search and replace\" inside the script files before it
Implement IBundleTransform interface. Example can be found here.
IBundleTransform