Browse Source

compiling all less files

bach 2 years ago
parent
commit
62fc3df712
1 changed files with 2 additions and 1 deletions
  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/']