Hi there.
Firstly this is amazing. Was a bit puzzled at first by gulp (hadn't heard of it before) but got it running relatively easily and love the live-reload feature.
My situation is like follows:
- I make an edit to a file and hit save.
- Instantly gulp recognises the file change starts rebuilding, which takes about 8 seconds total.
- For 10 seconds nothing happens in the gulp console window or in the browser
- Then the browser refreshes and quickly reloads the page
I'm confused why we have the 10 second wait (it's fairly consistent). I suspect it might be that the gulp livereload module is watching the dist folder for changes and allows 10 seconds after the last change before reloading the page (so that it doesn't miss any changes). Is there a way to reduce this time at all? I know this isn't quite the right place to ask but I think it would be a great addition to this hello world example.
Hi there.
Firstly this is amazing. Was a bit puzzled at first by gulp (hadn't heard of it before) but got it running relatively easily and love the live-reload feature.
My situation is like follows:
I'm confused why we have the 10 second wait (it's fairly consistent). I suspect it might be that the gulp livereload module is watching the dist folder for changes and allows 10 seconds after the last change before reloading the page (so that it doesn't miss any changes). Is there a way to reduce this time at all? I know this isn't quite the right place to ask but I think it would be a great addition to this hello world example.