I
I
IG512017-08-10 21:43:27
Sublime Text
IG51, 2017-08-10 21:43:27

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"
        ""
    ]
}

replaced with:
{
    "enabled_plugins": [
        "SimpleReloadPluginDelay",
        "SimpleRefreshDelay"
        ""
    ]
}

did not help, I ask for help
and this does not help either:
{
    "delay_ms" : 1000
}

Answer the question

In order to leave comments, you need to log in

2 answer(s)
E
Ejex Xeffer, 2017-08-10
@Xeffer

use gulp and don't worry.

R
Roman, 2017-09-15
@witRoman

81xpSDYzT8yl5D4RfoJT7A.png
ctrl+shift+p ->enable/disable options
might that help? in general, a complete guide (reminder) on setting up ST3 + SFTP (local directory) + LiveReload would not hurt

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question