From 98b8bb554a569571b43723b84461bce9e270beb3 Mon Sep 17 00:00:00 2001 From: michplunkett <5885605+michplunkett@users.noreply.github.com> Date: Wed, 16 Aug 2023 00:38:50 -0500 Subject: [PATCH] Update gulpfile.js --- gulpfile.js | 1 - 1 file changed, 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 1dfeeba..b4dc460 100755 --- a/gulpfile.js +++ b/gulpfile.js @@ -16,7 +16,6 @@ import styles from './tasks/styles.js'; // default tasks gulp.task('default', (done) => { runSequence( - 'clean', [clean, styles, copy, gulp.parallel(lint, scripts, images), nunjucks, bake], format, done