Fixed gulpfile clean function

This commit is contained in:
Pedro Reis 2020-04-27 16:18:59 +01:00
parent feda28a28d
commit 630e22a763
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ function notification(message = '', status = 'success') {
* Clean * Clean
*/ */
gulp.task('clean', () => ( gulp.task('clean', () => (
gulp.src([`${config.base.public}`, `${config.base.public}/js`], { gulp.src([`${config.base.public}/js`], {
read: false, read: false,
}) })
.pipe(clean()) .pipe(clean())