JRuby + Livereload

I recently migrated a rails app from ruby to jruby. Everything aside
from livereload works. When I execute ‘bundle exec guard’, guard starts
up, but does not reload on file changes. Has anyone else had a similar
issue? If so, how did you solve it? Thanks.

-Ari

I don’t know anything about guard-livereload, but guard-jruby-rspec is
capable of picking up changes on files watched by guard. So it should
work :confused: