LiveReload-sublimetext3
LiveReload-sublimetext3 copied to clipboard
I find a way to make it work but not documentation about this
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 ?
Then I show this on bottom of sublime text.

That solved my problems. Thank you!