F
F
fantazerno2016-03-22 18:08:12
Node.js
fantazerno, 2016-03-22 18:08:12

Why might gulp-chached not work?

I can’t understand what the problem could be, but that when using the .pipe(cache('stylus')) pipe and without it, the build time does not change at all.

gulp.task('stylus', function () {
  return gulp.src('./app/css/*.styl')
    .pipe(cache('stylus'))
    .pipe(stylus({
        use:[rupture(),axis(),jeet()]
        })).on('error', errorhandler)
    .pipe(gulp.dest('./app/css/'))
  
});

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