forked from sgricci/LiveReload-sublimetext2
-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
We need more info about configurable parameters in the default LiveReload.sublime-settings
.
I found that you can configure the port from there by digging through the code. It should be more obvious.
As an aside, my use case is Markdown Preview live editing README.md (SimpleReloadPluginDelay
) while using gulp-server-livereload. They default ports would conflict so I configured another port in my user LiveReload.sublime-settings
:
{
"port": 35730,
"enabled_plugins": ["SimpleReloadPluginDelay"]
}
aklap
Metadata
Metadata
Assignees
Labels
No labels