Hello all, first post and all…
I’m new to Middleman and Ruby, and am working on a small project. My issue is that I often have problems starting the server, finding it takes a many repeated commands before it starts successfully. I start using:
bundle exec middleman server
or
middleman server
The log begins, but always drops back to the command prompt:
λ bundle exec middleman server
== The Middleman is loading
== LiveReload is waiting for a browser to connect
If anyone has experienced this before or can offer advice, it would be greatly appreciated.
Many thanks.