"Live Reload"-like feature with a single line of javascript(vjk2005.tumblr.com) |
"Live Reload"-like feature with a single line of javascript(vjk2005.tumblr.com) |
You may be able to improve it slightly depending on the particulars of your workflow. For example, you could do the refresh conditionally based on other factors, say, the protocol or pathname so that even if the line did make it into production, you'd still be ok.
Even better still would be to inject that javascript only in the development environment.