Thanks for this tool, it's very helpful.
But I faced the problem. In our project we use pug templates which compile to html. When I change some template, multiple html files start to rebuild. livedev starts the server restart when it get the first file change notification, but html files are still rebuilding and triggering new fs notifications. It causes multiple server restarts one after the other and takes a lot of time.
So it would be great to have a chance to set some delay between fs event and server restart.
Thanks for this tool, it's very helpful.
But I faced the problem. In our project we use pug templates which compile to html. When I change some template, multiple html files start to rebuild. livedev starts the server restart when it get the first file change notification, but html files are still rebuilding and triggering new fs notifications. It causes multiple server restarts one after the other and takes a lot of time.
So it would be great to have a chance to set some delay between fs event and server restart.