Perf work and Parallel builds

This commit is contained in:
Thomas Reynolds 2016-01-22 15:57:07 -08:00
parent b8c0fd34e7
commit c7a4618166
21 changed files with 63 additions and 43 deletions

View file

@ -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