diff --git a/gulpfile.js b/gulpfile.js index 4ee24e0610..63b527d961 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -14,11 +14,6 @@ paths.dist = "resources/public/"; paths.scss = paths.app + "styles/**/*.scss"; -// Delete the dist directory -gulp.task("clean", function () { - return gulp.src(paths.dist).pipe(clean()); -}); - gulp.task("scss", function () { return gulp.src(paths.app + "styles/main.scss") .pipe(plumber())