D
D
Denis11112018-08-07 12:02:32
Node.js
Denis1111, 2018-08-07 12:02:32

Gulp gives The following tasks did not complete: sass. Did you forget to signal async completion?

(function(r){
  let gulp = r('gulp'),
    sass = r('gulp-sass');

  gulp.task('sass', function() {
    return gulp.src('./css/**/*.scss')
      .pipe(sass())
      .pipe(gulp.dest('dist/'));
  });
}(require));

Gulp gives The following tasks did not complete: sass. Did you forget to signal async completion?
Why?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question