[BUGFIX] Sasslint file matching
This commit is contained in:
parent
f51a92e6c2
commit
0a2f171f22
@ -1,6 +1,6 @@
|
||||
module.exports = function (gulp, plugins, config, env) {
|
||||
return function sasslint() {
|
||||
return gulp.src('scss/*.scss')
|
||||
return gulp.src('scss/**/*.scss')
|
||||
.pipe(plugins.sassLint())
|
||||
.pipe(plugins.sassLint.format())
|
||||
.pipe(env.production(plugins.sassLint.failOnError()));
|
||||
|
Loading…
Reference in New Issue
Block a user