Define a :config mode, dont run external pipeline on config mode. Fixes #1844
This commit is contained in:
parent
02a0b557f6
commit
7e42954258
3 changed files with 4 additions and 0 deletions
|
@ -23,6 +23,7 @@ module Middleman::Cli
|
|||
::Middleman::Logger.singleton(2, false)
|
||||
|
||||
app = ::Middleman::Application.new do
|
||||
config[:mode] = :config
|
||||
config[:disable_sitemap] = true
|
||||
config[:watcher_disable] = true
|
||||
config[:exit_before_ready] = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue