Perf work and Parallel builds
This commit is contained in:
parent
b8c0fd34e7
commit
c7a4618166
21 changed files with 63 additions and 43 deletions
|
@ -322,7 +322,7 @@ module Middleman
|
|||
if @only.empty?
|
||||
!@ignored.call(file)
|
||||
else
|
||||
@only.any? { |reg| reg.match(file[:relative_path].to_s) }
|
||||
@only.any? { |reg| file[:relative_path].to_s =~ reg }
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue