getnikola / plugins

Extra plugins for Nikola

Home Page:https://plugins.getnikola.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change to sass does not trigger nikola auto rebuild

wohali opened this issue · comments

This seems to be a regression of getnikola/nikola#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.

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?

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