tjwalch/django-livereload-server

When multiple static files are changed in a short time it goes into a reload loop.

Closed this issue · 0 comments

I have some build scripts for my JavaScript and SCSS. These build a hundred or so files at once and place them into static/
Livereload works well until I run these scripts, and then it seem to cue up one reload for every single changed file so whenever the build script runs I get a reload loop. The page just reloads over and over.

If I manually change a single static or template file one at a time, there's no problem, it's only when the build script updates multiple files at once that the loop happens.