From 62fc3df712e86ae5e568038523198f73dca1a176 Mon Sep 17 00:00:00 2001 From: bach Date: Tue, 19 Oct 2021 11:53:51 +0200 Subject: [PATCH] compiling all less files --- sites/all/themes/gui/perfarttimeline/gulpfile.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sites/all/themes/gui/perfarttimeline/gulpfile.js b/sites/all/themes/gui/perfarttimeline/gulpfile.js index 1d37547..9113364 100644 --- a/sites/all/themes/gui/perfarttimeline/gulpfile.js +++ b/sites/all/themes/gui/perfarttimeline/gulpfile.js @@ -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/']