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'}