It would be great if we could tell the local server to always reload the source when a URL is requested. This would apply only to local development and the idea is to let you tweak the html and just hit refresh in the browser. This is how node.js works and this feature saves a lot of our time, considering we don't have to go to the console, stop and start the server every time we make a change.