eudicots / Cactus

Static site generator for designers. Uses Python and Django templates.
BSD 3-Clause "New" or "Revised" License
3.46k stars 314 forks source link

Live server rebuilds break SASS due to changed directory #231

Closed dwightgunning closed 5 years ago

dwightgunning commented 8 years ago

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.

dwightgunning commented 5 years ago

Housekeeping close.