Skip to content

Commit

Permalink
chore(gulpfile): update building script
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrAlpha committed May 30, 2024
1 parent ffedadd commit 4afad30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function clean() {
}

function ignore() {
return del(['./tmp']);
return del(['./dist/**/_*', './tmp']);
}

function minifyJS() {
Expand Down

0 comments on commit 4afad30

Please sign in to comment.