Sandeep Silwal
Sandeep Silwal

Reputation: 331

Changes to JavaScript File Not Showing on Chrome

I am trying to experiment with a website by changing some of its javascript code. The steps that I am following are:

However, when I make changes to the javascript file in the new folder and reload the webpage, the changes do not appear. The changes are also not present when I open up dev tools and look at the javascript file. Am I missing something ?

Upvotes: 1

Views: 3465

Answers (1)

Personius
Personius

Reputation: 79

refresh the cache when you reload with CMD+Shift+R if you're on Mac. On windows i think it's Ctrl+Shift+R

Upvotes: 3

Related Questions