I am developing a single page Javascript application in MAMP. My JavaScript and HTML template files are getting cached between requests.
Is there a simple way to indicate in MAMP that I want to prevent http file caching? Possibly with a .htaccess file? Where do I place the .htaccess or modify the virtual host for MAMP on Mac?