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",