Sublime Forum

LiveReload and SFTP

#1

I would add to the plugin LiveReload the capacity to refresh the browser after upload with SFTP

anyone know how to start an upload with SFTP to add to SimpleReloadPlugin.py ?

def on_post_save(self, view):
	# todo: add the sftp upload here and callback the line under after
    self.refresh(os.path.basename(view.file_name()))
0 Likes