emad-elsaid / devtools

A set of simple tools every developer needs, collected in one application.
http://www.emadelsaid.com/devtools
MIT License
15 stars 6 forks source link

user should be notified to reload if he has old version #21

Open emad-elsaid opened 8 years ago

emad-elsaid commented 8 years ago

if you are using devtools and a new version has been deployed user should be notified to reload the page (to discard cache of the page), this feature is seen on devdocs.io.

suggested implementation is loading github version file (last commit) and compare it with current page (commit) version id it's not the same a notification should be pushed to alert user to reload page with a link that reload it.