eudicots / Cactus

Static site generator for designers. Uses Python and Django templates.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Live server rebuilds break SASS due to changed directory

dwightgunning opened this issue · comments

The Site.serve() function completes it's initial clean and build, then changes directory to the build_path prior to starting the filesystem listener.

When re-builds are triggered, the changed directory causes things with relative paths, like SASS imports, to fail.

I have also raised Pull Request #232 that takes care of this.

Housekeeping close.