We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c31d210 commit cbeaeb7Copy full SHA for cbeaeb7
gulpfile.js
@@ -29,7 +29,7 @@ const shouldAddSourcemaps = config.sourcemaps,
29
30
31
/* Declare our gulp tasks */
32
-gulp.task('build', series(clean, parallel(series(styles, minifyStyles), images)));
+gulp.task('build', parallel(series(styles, minifyStyles), images));
33
gulp.task('default', series('build', watch));
34
35
/* Describe our gulp tasks */
0 commit comments