Search and replace in Javascript before bundling
Summary 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 minifies them? Background I have some widgets defined in Javascript-files that contain words which need to be translated into different languages, depending on the current user’s language. Since … Read more