Skip to content

Commit

Permalink
Update gulpfile.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dgirardi authored Jun 13, 2024
1 parent 7670c26 commit 419ba0d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,14 @@ function clean() {
.pipe(gulpClean());
}

function clean2() {
return gulp.src(['build'], {
read: false,
allowEmpty: true
})
.pipe(gulpClean());
}

function requireNodeVersion(version) {
return (done) => {
const [major] = process.versions.node.split('.');
Expand Down

0 comments on commit 419ba0d

Please sign in to comment.