Perf work and Parallel builds
This commit is contained in:
parent
b8c0fd34e7
commit
c7a4618166
21 changed files with 63 additions and 43 deletions
|
@ -14,6 +14,10 @@ module Middleman::Cli
|
|||
type: :boolean,
|
||||
default: true,
|
||||
desc: 'Remove orphaned files from build (--no-clean to disable)'
|
||||
class_option :parallel,
|
||||
type: :boolean,
|
||||
default: true,
|
||||
desc: 'Output files in parallel (--no-parallel to disable)'
|
||||
class_option :glob,
|
||||
type: :string,
|
||||
aliases: '-g',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue