lib/nanoc/base/services/compiler_loader.rb in nanoc-4.9.3 vs lib/nanoc/base/services/compiler_loader.rb in nanoc-4.9.4
- old
+ new
@@ -18,13 +18,10 @@
outdatedness_store =
Nanoc::Int::OutdatednessStore.new(config: site.config)
compiled_content_cache =
- Nanoc::Int::CompiledContentCache.new(
- config: site.config,
- items: site.items,
- )
+ Nanoc::Int::CompiledContentCache.new(config: site.config)
params = {
compiled_content_cache: compiled_content_cache,
checksum_store: checksum_store,
action_sequence_store: action_sequence_store,