getnikola / plugins

Extra plugins for Nikola
https://plugins.getnikola.com/
MIT License
57 stars 93 forks source link

Change to sass does not trigger nikola auto rebuild #379

Closed wohali closed 3 years ago

wohali commented 3 years ago

This seems to be a regression of https://github.com/getnikola/nikola/issues/966 .

With the sass plugin installed, changing files under the sass/ subdirectory does not trigger a rebuild when nikola auto is running.

Manually running nikola build detects the change and rebuilds the CSS from the SASS sources.

Kwpolska commented 3 years ago

The sass and less plugins should add the source folder to site.registered_auto_watched_folders (in set_site) to work with nikola auto. Want to make a PR fixing this in both plugins?

wohali commented 3 years ago

@Kwpolska Sure, looks easy. Give me a bit.