I\'m fairly new at user local servers. I\'m using the http-server which is a package from Node. I\'m using it to host an HTML5 game using the Phaser library. I have image assets
There's a option -c that refers to the cache time (max-age) in seconds [3600]
-c
(e.g. -c10 for 10 seconds).
-c10
To disable caching, use http-server -c-1
http-server -c-1
You can see more information by enter http-server -h (for help)
http-server -h