I am trying to use jekyll with livereload like explained here:
The project is using Bundler with the github-pages gem (jekyll v.2.4), so guard-jekylland guard-livereload are added to the Gemfile and then I make bundle install and guard init. this is throwing an error starting with:
ERROR - Could not load 'guard/jekyll' or find class Guard::Jekyll
bundle exec guard init is doing the same error.
EDIT: the problem is the same as described here (3rd step)