gulp-sass-graph icon indicating copy to clipboard operation
gulp-sass-graph copied to clipboard

Graph doesn't include ancestors of post-process @imported files

Open flovan opened this issue 11 years ago • 0 comments

I know you aren't technically maintaining this repo anymore (though you did merge a PR recently) in favour of https://github.com/lox/sass-graph, but I have stumbled onto a problem that I'd like to find a solution for.

If I run this module, it parses the file directories once and then works from the generated graph. But if I @import a file after the process has started, the graph doesn't find an ancestor for it, so no file will get pushed through in the end.

If you don't plan on fixing this, would you be willing to accept a PR for this (if I find a solution at all)?

flovan avatar Jul 31 '14 19:07 flovan