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 abeb843718 - Show all commits

View file

@ -145,11 +145,10 @@ function serve (done) {
// This is for the looks
function style () {
return src(input.style)
.pipe(plumber())
// .pipe(plumbError('STYLE PROBLEM'))
.pipe(sass({
.pipe(sass({
includePaths: [input.vendor +'/**/*.s+(a|c)ss']
}))
}).on('error', sass.logError))
.pipe(autoprefixer(['>= 4%', 'last 2 version']))
.pipe(dest(output.style))
.pipe(cleanCss())