-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Check https://github.com/xzyfer/gulp-sass-graph/blob/master/index.js#L79
var scssPath = loadPaths[p] + "/" + path + ".scss"if css is @import "./abc"
then path=="./abc"
then scssPath=="lib/./abc.scss" which should be "lib/abc.scss"
So code should be:
var scssPath = path.normalize(loadPaths[p] + "/" + path + ".scss")Metadata
Metadata
Assignees
Labels
No labels