Skip to content

Commit 3088088

Browse files
Merge pull request #392 from ashmaroli/no-watch-warn
Warn user that `--watch` has been disabled
2 parents 86a2284 + 990efda commit 3088088

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/jekyll/commands/serve.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ def start_up_webrick(opts, destination)
1616
def jekyll_admin_monkey_patch(server)
1717
server.mount "/admin", Rack::Handler::WEBrick, JekyllAdmin::StaticServer
1818
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."
1921
Jekyll.logger.info "JekyllAdmin mode:", ENV["RACK_ENV"] || "production"
2022
end
2123
end

0 commit comments

Comments
 (0)