10 years later #1

Merged
sthag merged 374 commits from development into main 2026-03-07 00:18:59 +01:00
Showing only changes of commit 902016afff - Show all commits

View file

@ -141,6 +141,10 @@ function style() {
} }
// Linting // Linting
function styleLint() { function styleLint() {
var dir = output.reports;
if (!fs.existsSync(dir)){
fs.mkdirSync(dir);
}
var file = fs.createWriteStream(output.reports +'/sass-lint.html'); var file = fs.createWriteStream(output.reports +'/sass-lint.html');
var stream = src(input.style) var stream = src(input.style)
.pipe(plumber()) .pipe(plumber())