Thanks for the reply. I have now updated to Middleman 3.1.0 (hoping that would help). I can see where to put the activate: livereload
based on the new v3.1.0 template.
However, I still have issues (slightly different but still related to Livereload). As stated above I am running W7 x64 and Ruby 2.0.0p195.
Based off of these two sources…it appears that there are some issues when trying to run livereload do to it’s use of eventMachine…
eventmachine #408
Google Group
I have not been able to install eventmachine on my PC.
Is livereload dependent on eventmachine? If the livereload gem is installed on my PC then I get an error when doing “things” like: middleman init...
So, I uninstalled the livereload gem and I can init
projects and run the server, no errors. Which is great. Things are ok.
However, in this configuration, there is an issue with a middleman-blog
project. I can init
one and the server will start but with errors (in the cmd prompt) concerning: already initialized constant for Padrino Helpers.
Then when trying to view the blog-templated project in a browser an error (in the browser) concerning
undefined method html_safe for 2012:Fixnum
Does anyone think that the lack of a livereload gem would cause this Padrino Helpers error?
Can I use livereload on a W7x64 machine running Ruby2.0?