bach 3 лет назад
Родитель
Сommit
62fc3df712
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      sites/all/themes/gui/perfarttimeline/gulpfile.js

+ 2 - 1
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/']