Any time, I make code changes in .hmtl file or the .js file, the browser still renders the old code and my new code changes don\'t show up in the browser result.
Fo
For Client-side (Browser) caching of static files in dev enviornment
'http://[your-host/localhost]:[specified port of your application]/app/home/home-account.js
. This will show you the contents. Then again navigate to your application's home page i.e. in this case 'http://[your-host/localhost]:[specified port of your application]/'
For Server-side (IIS-Express) caching of static files in dev enviornment
visit IIS Express appcmd commandline utility. In my case, appcmd is located in "C:\Program Files(x86)\IIS Express\appcmd.exe" this path. Then use SITE list
and SITE delete
command to remove temporary files cached in iisexpress.
There is also one solution which is specific to IE mentioned here: Visual Studio 2013 caching older version of .js file