Merge pull request #3464 from willnorris/rebuild
write .jekyll-metadata even on full_rebuild
This commit is contained in:
commit
32cc745142
|
@ -335,7 +335,7 @@ module Jekyll
|
||||||
each_site_file { |item|
|
each_site_file { |item|
|
||||||
item.write(dest) if regenerator.regenerate?(item)
|
item.write(dest) if regenerator.regenerate?(item)
|
||||||
}
|
}
|
||||||
regenerator.write_metadata unless full_rebuild?
|
regenerator.write_metadata
|
||||||
end
|
end
|
||||||
|
|
||||||
# Construct a Hash of Posts indexed by the specified Post attribute.
|
# Construct a Hash of Posts indexed by the specified Post attribute.
|
||||||
|
|
Loading…
Reference in New Issue