LiveReload-sublimetext3 icon indicating copy to clipboard operation
LiveReload-sublimetext3 copied to clipboard

I find a way to make it work but not documentation about this

Open chadyred opened this issue 7 years ago • 2 comments

Hi,

To make it works I have to add on Preferences > Package Settings > LiveReload > Setting - User this lines :

{ 
	"enabled_plugins": [ 
		"SimpleReloadPlugin", 
		"SimpleRefresh" 
	]
}

And all works when I press Ctrl+s.

Possible to add documentation about that ?

chadyred avatar Jun 20 '18 09:06 chadyred

Then I show this on bottom of sublime text.

image

chadyred avatar Jun 21 '18 14:06 chadyred

That solved my problems. Thank you!

knakamura13 avatar May 24 '19 00:05 knakamura13