I'm currently running a MAMP server that runs php. The php currently serves html that pulls from local javascript files to do certain behaviors like make an ajax call. I found that my changes to my javascript code isn't reflected when I go to localhost. Any ideas why this may be? Changes to my .html file would show but not changes to my .js file. It was working before. For example, I can delete everything I typed in the .js file and the web application still works as if I didn't delete everything. What's wrong with my environment?
I looked at this but this is irrelevant: JavaScript code in source doesn't reflect code that is actually executed