imathis / guard-jekyll-plus

A Guard plugin for smarter Jekyll builds
MIT License
63 stars 16 forks source link

LiveReload may not work with guard-jekyll-plus #35

Open e2 opened 9 years ago

e2 commented 9 years ago

Depends on server config used.

Workaround: using Guard groups and running LiveReload from a separate guard instance (e.g. bundle exec guard -g livereload, given LiveReload has it's own group).

Probable cause: calling fork() messes up the threads in EventMachine in LiveReload

Possible solution/workaround: fixing LiveReload to run itself in a fork, so it's isolated from other fork() calls