Perf work and Parallel builds
This commit is contained in:
parent
b8c0fd34e7
commit
c7a4618166
21 changed files with 63 additions and 43 deletions
|
@ -203,11 +203,11 @@ module Middleman
|
|||
def to_h
|
||||
data = {}
|
||||
|
||||
store.each do |k, _|
|
||||
store.each_key do |k|
|
||||
data[k] = data_for_path(k)
|
||||
end
|
||||
|
||||
callbacks.each do |k, _|
|
||||
callbacks.each_key do |k|
|
||||
data[k] = data_for_path(k)
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue