Gulp: Getting `Task function must be specified` error but I only have 1 task

后端 未结 0 1750
说谎
说谎 2021-01-12 08:21

I am trying to run the following task:

gulp.task(\'sass\', function() {
    return gulp.src(config.SCSS +\'/*.scss\')
        .pipe(sass())
        .pipe(gulp         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题