I’m having a strange issue in Chrome where it won’t react to changes I make in .js files. I can change html files and the site will react, but when I change Javascript files, it just doesn’t see the changes. Firefox reacts to the changes, but not Chrome.
I thought at first it might be a cookie issue, but even after clearing cookies it still doesn’t work.
Then I thought it might be an issue with the Python web server, but even after starting a new instance of the server, it still doesn’t work.
I even restarted my whole system. Still nothing.
Has anyone else experienced this? Please help…