diff piecrust/sources/taxonomy.py @ 877:d6d35b2efd04

bake: Rename "pass" to "step" and make the page pipeline use different steps. That pipeline is now first loading all pages, and then rendering full pages unless they trigger a sub-render.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 15 Jun 2017 22:16:23 -0700
parents d1095774bfcf
children acd9c3e8533f
line wrap: on
line diff
--- a/piecrust/sources/taxonomy.py	Thu Jun 15 07:33:40 2017 -0700
+++ b/piecrust/sources/taxonomy.py	Thu Jun 15 22:16:23 2017 -0700
@@ -239,7 +239,7 @@
 
 class TaxonomyPipeline(ContentPipeline):
     PIPELINE_NAME = 'taxonomy'
-    PASS_NUM = 1
+    PASS_NUM = 10
     RECORD_ENTRY_CLASS = TaxonomyPipelineRecordEntry
 
     def __init__(self, source, ctx):