compiling all less files

This commit is contained in:
2021-10-19 11:53:51 +02:00
parent fc1a55d44d
commit 62fc3df712
@@ -3,7 +3,8 @@ var less = require('gulp-less');
// var watch = require('gulp-watch');
function compileless() {
return gulp.src('./less/styles.less') // only compile the entry file
// return gulp.src('./less/styles.less') // only compile the entry file
return gulp.src('./less/*.less')
// .pipe(plumber())
.pipe(less({
paths: ['./less/']