I'm getting the error that follows when using Livereload 3.4.4 with Middleman 4.0 (tested with rc 2 and 3).
I've created a brand new project (middleman init), then updated config.rb to activate livereload. When I run bundle exec middleman server then make a change to (for example) index.html.erb, I get an error.
Reverting to middleman-livereload 3.4.3 in the Gem file resolves the issue.
I have not tested this with Middleman 3.x.
At the time this issue was tested, this also fails with this in my Gemfile:
I'm getting the error that follows when using Livereload 3.4.4 with Middleman 4.0 (tested with rc 2 and 3).
I've created a brand new project (middleman init), then updated
config.rb
to activate livereload. When I runbundle exec middleman server
then make a change to (for example)index.html.erb
, I get an error.Reverting to middleman-livereload 3.4.3 in the Gem file resolves the issue.
I have not tested this with Middleman 3.x.
At the time this issue was tested, this also fails with this in my Gemfile:
Tested on OS 10.11.2, ruby 2.2.3p173 (installed via Homebrew)
The error: