summaryrefslogtreecommitdiffstats
path: root/nikola/plugins/command/auto/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'nikola/plugins/command/auto/__init__.py')
-rw-r--r--nikola/plugins/command/auto/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/nikola/plugins/command/auto/__init__.py b/nikola/plugins/command/auto/__init__.py
index 6bedcac..9de5622 100644
--- a/nikola/plugins/command/auto/__init__.py
+++ b/nikola/plugins/command/auto/__init__.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
-# Copyright © 2012-2020 Chris Warrick, Roberto Alsina and others.
+# Copyright © 2012-2021 Chris Warrick, Roberto Alsina and others.
# Permission is hereby granted, free of charge, to any
# person obtaining a copy of this software and associated
@@ -184,6 +184,7 @@ class CommandAuto(Command):
watched.add(item)
for item in self.site._plugin_places:
watched.add(item)
+ watched |= self.site.registered_auto_watched_folders
# Nikola itself (useful for developers)
watched.add(pkg_resources.resource_filename('nikola', ''))