var scsslint = require('gulp-scss-lint'); gulp.task('scss-lint', ... To exclude files you should use the gulp.src ignore format '!filePath''
確定! 回上一頁