From 8b42f5dddb1142a669543c335e1dabd4f584a6fe Mon Sep 17 00:00:00 2001 From: Juanfran Date: Mon, 8 Jun 2015 12:49:01 +0200 Subject: [PATCH] preserve gulp sass-cache --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index c16fbc71..06eee914 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -485,7 +485,7 @@ gulp.task("deploy", function(cb) { }); //The default task (called when you run gulp from cli) gulp.task("default", function(cb) { - runSequence("clear", "delete-tmp", [ + runSequence("delete-tmp", [ "copy", "styles", "app-watch",