Closed soumyaray closed 3 years ago
Seems it's already fixed, but not published yet.
I fixed this issue installing it from git.
In Gemfile
:
gem 'middleman-livereload', git: 'https://github.com/middleman/middleman-livereload'
Thanks, I’ll push out a release if that’s the case.
I checked my local gem code. The problem seems to be the line 45, which is:
files.changed do |file|
The version on GitHub has: https://github.com/middleman/middleman-livereload/blob/master/lib/middleman-livereload/extension_3_1.rb#L48
app.files.changed do |file|
That looks like it has fixed it.
I encountered this error when upgrading to Middleman v5.
LiveReload also has a small bug when reloading config.rb
, which was resolved by #107 but that does not have a stable release yet.
@tdreyno a friendly ping/request for a new release.
Thanks for the bump. v3.4.7 released
Crossposting an issue from Middleman that they felt belonged over here: https://github.com/middleman/middleman/issues/2142
Getting this error when running
middleman server
: