Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
New dependency required as post lists now require the posts to be com…
…piled.
  • Loading branch information
felixfontein committed Mar 8, 2015
1 parent 1026a25 commit 51fae76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nikola/nikola.py
Expand Up @@ -1521,6 +1521,7 @@ def generic_post_list_renderer(self, lang, posts, output_name,
task = {
'name': os.path.normpath(output_name),
'targets': [output_name],
'task_dep': ['render_posts'],
'file_dep': deps,
'actions': [(self.render_template, [template_name, output_name,
context])],
Expand Down

0 comments on commit 51fae76

Please sign in to comment.