Browse Source

compiling all less files

bach 3 năm trước cách đây
mục cha
commit
62fc3df712
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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/']