You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 3, 2020. It is now read-only.
Sass creates a corresponding .css file for each .scss file that lacks a _ prefix. So it may create some subfolders. The issue is that revise.write('dist') consider dist to be the output directory (while it's actually dist/pages for home.css).
It means that revise.write fails to read the .rev file and thus cannot delete the old revision.