I'm using Sublime to edit some HTML (as some other people here and there, I guess). So the process is:
- Edit HTML and save file
- Move to the browser and hit F5 to see updated content
Is it possible to automate this via Sublime Build System?
Or, is there a more intelligent way of doing that?
Note: The file I'm editing is being served by a web server (nginx) located in another machine. So I don't want just to open file in browser locally, which seems to be the focus of another question.