Skip to content

Commit

Permalink
Changing default to true.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Nov 20, 2016
1 parent c7da1f3 commit a6a459c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/plugin_categories.py
Expand Up @@ -251,7 +251,7 @@ class PageCompiler(BasePlugin):
friendly_name = ''
demote_headers = False
supports_onefile = True
use_dep_file = False # If set to true, the .dep file is always written and added as a target
use_dep_file = True # If set to false, the .dep file is never written and not automatically added as a target
default_metadata = {
'title': '',
'slug': '',
Expand Down

0 comments on commit a6a459c

Please sign in to comment.