Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 51fae76

Browse files
committedMar 8, 2015
New dependency required as post lists now require the posts to be compiled.
1 parent 1026a25 commit 51fae76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎nikola/nikola.py

+1
Original file line numberDiff line numberDiff line change
@@ -1521,6 +1521,7 @@ def generic_post_list_renderer(self, lang, posts, output_name,
15211521
task = {
15221522
'name': os.path.normpath(output_name),
15231523
'targets': [output_name],
1524+
'task_dep': ['render_posts'],
15241525
'file_dep': deps,
15251526
'actions': [(self.render_template, [template_name, output_name,
15261527
context])],

0 commit comments

Comments
 (0)
Please sign in to comment.