minor bug fixes

This commit is contained in:
Daniel
2022-02-13 20:42:07 +05:30
parent 36e775c3ee
commit 1bf2f88cdc
23 changed files with 79 additions and 59 deletions

View File

@@ -168,7 +168,7 @@ const serve = () => {
// Clean
const cleanDist = () => del([paths.dist.base])
const lintDistScss = () => src([paths.src.scss + '/**/*.scss'])
const lintDistScss = () => src([paths.src.scss + '/**/*.scss'], ['./.temp/**/*.css'])
.pipe(gulpStylelint({
failAfterError: false,
reporters: [