mozilla / fireplay-sublime

A fantastic plugin connecting your favorite editor with your favorite web debugger
47 stars 9 forks source link

Reload on html change #18

Closed nicola closed 10 years ago

nicola commented 10 years ago

When I change html and save, the browser should be reloaded!

nicola commented 10 years ago

same for firefox apps. I can already picture a function like:

if "deviceActor" in self.root:
  fp.deploy()
else:
  fp.reload_tab()