I created a external js file and use bundle for my asp.net mvc5 project , it works fine and then I added new functions in my external js. I save the latest file but when I run the project and view source, the external js file is not updated, it is the original/previous file and not the one saved in my visual studio. Does anyone encountered this before? thanks for answers!
Maybe it is caused by browser cache. You can press Ctrl+F5 to refresh browser. Or disable cache in F12 developer tools