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

Specify sassLoadPaths example

Open scottrogowski opened this issue 10 years ago • 7 comments

I'm having trouble getting this plugin to work. Could you include an example of exactly what goes into sassLoadPaths?

scottrogowski avatar Jan 21 '15 03:01 scottrogowski

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

misteroh avatar Jan 23 '15 20:01 misteroh

example: var sassLoadPaths = ['./dir1', './dir2']; ... .pipe(sassGraph(sassLoadPaths)) .pipe(sass({loadPath: sassLoadPaths})) ...

zobzn avatar Jan 24 '15 13:01 zobzn

doesn´t work!

fokkerone avatar Mar 23 '15 11:03 fokkerone

libsass doesn't even have a loadPath attribute

eranimo avatar Apr 08 '15 19:04 eranimo

ups... this must work var sassLoadPaths = ['./dir1', './dir2']; ... .pipe(gulp_sass_graph(sassLoadPaths)) .pipe(gulp_sass({includePaths: sassLoadPaths})

zobzn avatar Apr 08 '15 20:04 zobzn

。。。。。

Totally not working.

towry avatar May 06 '16 07:05 towry

@towry yes, it is. Use gulp-sass-inheritance instead.

ViieeS avatar Feb 02 '17 15:02 ViieeS