What area(s) will this request affect?
Theme
What type of change do you want to see?
New feature
Overview
Add in a flag that allows for a delay before a full-page reload occurs like --live-reload-delay 1s.
Motivation
I much prefer to run the CLI using full-page live reload (--live-reload full-page) due to working with more JS heavy development but often I find a second or even third refresh is needed to finally show the changes.
Having a 'delay' before the hot reload kicks in may help to solve this.
What area(s) will this request affect?
Theme
What type of change do you want to see?
New feature
Overview
Add in a flag that allows for a delay before a full-page reload occurs like
--live-reload-delay 1s.Motivation
I much prefer to run the CLI using full-page live reload (
--live-reload full-page) due to working with more JS heavy development but often I find a second or even third refresh is needed to finally show the changes.Having a 'delay' before the hot reload kicks in may help to solve this.