From 7af3ea0740fb427ace82de10b41c98fb3c991c38 Mon Sep 17 00:00:00 2001 From: Rohit Nigam Date: Thu, 24 Dec 2015 23:48:03 +0530 Subject: [PATCH] Keeping clean as original and will fix it in next PR --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index d935151..00c5cf7 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -58,7 +58,7 @@ gulp.task("lint", function() { }); gulp.task("clean", function(done) { - return rimraf([buildDirectory, packageDirectory, tempPath], function() { + return rimraf(buildDirectory, function () { // rimraf deletes the directory asynchronously done(); });