Hello there
I’m trying to get access to the Middleman::PreviewServer object so to get both the URL and the port assigned from the LiveReload.
Looking at the documentation, it seems I have to get access to the Middleman::PreviewServer
class and objects, but when I try to reference this in the configure :development
block I got an unitialized constant error.
Any idea on why is that?