Commit 174a655f authored by Nikolay Gromov's avatar Nikolay Gromov

Добавил в компилятор sass путь к node_modules

parent d3a623b5
...@@ -260,7 +260,7 @@ function compileSass() { ...@@ -260,7 +260,7 @@ function compileSass() {
} }
})) }))
.pipe(debug({title: 'Compiles:'})) .pipe(debug({title: 'Compiles:'}))
.pipe(sass({includePaths: [__dirname+'/']})) .pipe(sass({includePaths: [__dirname+'/','node_modules']}))
.pipe(postcss(postCssPlugins)) .pipe(postcss(postCssPlugins))
.pipe(csso({ .pipe(csso({
restructure: false, restructure: false,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment