Answer the question
In order to leave comments, you need to log in
How to make livereload delay in sublime text editor when using sftp?
I googled and didn’t find it ...
in general, you need to set the livereload response delay, otherwise when you save the file, the browser page is updated immediately, and the file is uploaded via ftp to the server only after a second.
I went to the livereoad settings in sublime, standard:
{
"enabled_plugins": [
"SimpleReloadPlugin",
"SimpleRefresh"
""
]
}
{
"enabled_plugins": [
"SimpleReloadPluginDelay",
"SimpleRefreshDelay"
""
]
}
{
"delay_ms" : 1000
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question