I just started working on a basic game using Phaser. I'm using MAMP and storing my game files in the htdocs folder. I was working on the game yesterday and making changes to my javascript file using sublime and would be constantly refreshing my localhost page to see the changes.
Today, any changes to my javascript file are not being reflected. I can change the index.html page and those changes are reflected on my localhost page but not the javascript which is located in the same game folder as index.html. There must be some caching going on and I just can't figure out how to fix it. Thanks for any help.
--UPDATE--
I just realized I was able to "force" my changes to be recognized by changing the name of the game folder in htdocs. So finally it is recognizing changes I make to the javascript file. Not a bad fix I suppose but it'd be nice to not have to do that everytime.