Skip to content

Commit

Permalink
Also watch image directories in nikola auto
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Sep 24, 2017
1 parent 1a9049c commit d32b0a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nikola/plugins/command/auto/__init__.py
Expand Up @@ -158,6 +158,8 @@ def _execute(self, options, args):
watched.add(item)
for item in self.site.config['LISTINGS_FOLDERS']:
watched.add(item)
for item in self.site.config['IMAGE_FOLDERS']:
watched.add(item)
for item in self.site._plugin_places:
watched.add(item)
# Nikola itself (useful for developers)
Expand Down

0 comments on commit d32b0a4

Please sign in to comment.