From 2ddee224c25498fa0074fc545087008c1c9d1201 Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Wed, 21 Sep 2016 14:02:18 +0200 Subject: [PATCH] Don't cache style compiling --- gulpfile.js | 1 - 1 file changed, 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 384390e..12386df 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -26,7 +26,6 @@ var enabled = { gulp.task('styles', function() { gulp.src('src/styles/**/*.sass') .pipe(gulpif(enabled.failCheck, plumber())) - .pipe(cache('styling')) .pipe(gulpif(enabled.maps, sourcemaps.init())) .pipe(sass({ outputStyle: 'compressed'}