D
D
Dmitry2016-05-25 00:51:58
gulp.js
Dmitry, 2016-05-25 00:51:58

The task does not finish the job. gulp?

Actually there is a task to compile from SCSS to CSS along the way using autoprefixer

gulp.task('scss', function(){
  return gulp.src('app/scss/main.scss')
    .pipe(scss())
    .pipe(autoprefixer())
    .pipe(gulp.dest('app/css'))
    .pipe(browserSync.reload({stream: true}))
});

Let me explain my situation: Windows crashed, reinstalled, installed everything that was before. The code was the same, the plugins were the same. But then it worked, but now it doesn't.
This is literally what happens1eb799f701634125b07969372f4d3f3c.png

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