We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86a2284 commit 990efdaCopy full SHA for 990efda
lib/jekyll/commands/serve.rb
@@ -16,6 +16,8 @@ def start_up_webrick(opts, destination)
16
def jekyll_admin_monkey_patch(server)
17
server.mount "/admin", Rack::Handler::WEBrick, JekyllAdmin::StaticServer
18
server.mount "/_api", Rack::Handler::WEBrick, JekyllAdmin::Server
19
+ Jekyll.logger.warn "Auto-regeneration:", "disabled by JekyllAdmin."
20
+ Jekyll.logger.warn "", "The site will regenerate only via the Admin interface."
21
Jekyll.logger.info "JekyllAdmin mode:", ENV["RACK_ENV"] || "production"
22
end
23
0 commit comments