Jekyll auto reload client side?

jekyll, reload

Solution

The other answers are outdated since PR #5142 was merged to master.

Invoke using `jekyll serve --livereload`.

Problem

Here's a question about Jekyll auto reload, but it's only for "reloading" on the file generation side of things. I also want my browser to automatically refresh the page after I update a Jekyll file, just like e.g. Meteor (out of the box) and DocPad (`docpad install livereload`). How can I do live reloading with Jekyll?

Original source

Related problems