Click here to Skip to main content
15,884,917 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
When I change my javascript files the changes are not being picked up by chrome. This is an ASP.NET Core 2.2 solution and I would have expected javascript changes to be picked up by a page refresh on the browser.

What I have tried:

Searching online, cleaning the visual studio solution and rebuilding, closing the solution and re opening it, running the application in debug mode.
Posted
Updated 31-Jul-19 3:30am
Comments
[no name] 2-Jul-19 12:38pm    
Close and reload browser?
Ger Hayden 2-Jul-19 13:02pm    
That is doing it.

Clear your cached data. Happens all the time, in all browsers.
 
Share this answer
 
Click F12 to open Developer Tools when it shows then click on the Reload button and hold it'll show you three options

1. Normal Reload
2. Hard Reload
3. Empty Cache and Hard Reload

try 2nd or 3rd option to see your changes.
 
Share this answer
 
CTRL-F5 forces a complete refresh ignoring cache
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900