Answer the question
In order to leave comments, you need to log in
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));
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question