gulp-sass-graph
gulp-sass-graph copied to clipboard
Specify sassLoadPaths example
I'm having trouble getting this plugin to work. Could you include an example of exactly what goes into sassLoadPaths?
i dont know if he's maintaining this repo anymore? i'm having a hell of a time trying to get this to work as well
example: var sassLoadPaths = ['./dir1', './dir2']; ... .pipe(sassGraph(sassLoadPaths)) .pipe(sass({loadPath: sassLoadPaths})) ...
doesn´t work!
libsass doesn't even have a loadPath attribute
ups... this must work var sassLoadPaths = ['./dir1', './dir2']; ... .pipe(gulp_sass_graph(sassLoadPaths)) .pipe(gulp_sass({includePaths: sassLoadPaths})
。。。。。
Totally not working.
@towry yes, it is. Use gulp-sass-inheritance instead.