You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A common problem I've found across livereload implementations is that reloading happens once for every file changed.
For example, I'm using Django as a front end to serve static files generated with Hugo.
When I make a change in Hugo, it regenerates around 100 files, and livereload then reloads once for each.
I need to be able to throttle livereloading to prevent this.
The text was updated successfully, but these errors were encountered:
A common problem I've found across livereload implementations is that reloading happens once for every file changed.
For example, I'm using Django as a front end to serve static files generated with Hugo.
When I make a change in Hugo, it regenerates around 100 files, and livereload then reloads once for each.
I need to be able to throttle livereloading to prevent this.
The text was updated successfully, but these errors were encountered: