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
Possible solution: running LiveReload in it's own process, so it's isolated from fork() calls in Guard (e.g. necessary for local http servers like Unicorn).
Workaround: running LiveReload in a separate Guard instance using groups/scope.
The text was updated successfully, but these errors were encountered:
Example of the problem: imathis/guard-jekyll-plus#35
Possible solution: running LiveReload in it's own process, so it's isolated from fork() calls in Guard (e.g. necessary for local http servers like Unicorn).
Workaround: running LiveReload in a separate Guard instance using groups/scope.
The text was updated successfully, but these errors were encountered: