"Live Reload"-like feature with a single line of javascript
vjk2005.tumblr.com
"Live Reload"-like feature with a single line of javascript
1–3 of 3 posts
Re: "Live Reload"-like feature with a single line of javascript
#2That's a great solution. Looking forward to trying it out. Thanks!
Re: "Live Reload"-like feature with a single line of javascript
#3Very clever technique.
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.