diff --git a/middleman-core/lib/middleman-core/preview_server.rb b/middleman-core/lib/middleman-core/preview_server.rb index 330f6c00..7296712c 100644 --- a/middleman-core/lib/middleman-core/preview_server.rb +++ b/middleman-core/lib/middleman-core/preview_server.rb @@ -19,6 +19,7 @@ module Middleman mount_instance logger.info "== The Middleman is standing watch at http://#{host}:#{port}" + logger.info "== Inspect your site configuration at http://#{host}:#{port}/__middleman/" @initialized ||= false unless @initialized