Skip to content

Commit

Permalink
Fix build sub-dir copy
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudLigny committed Jun 7, 2021
1 parent 97e4abb commit 23710f5
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 @@ -10,7 +10,7 @@ async function clean() {
}

function build() {
return src('src/*.*')
return src('src/**')
.pipe(dest('build'));
}

Expand Down

0 comments on commit 23710f5

Please sign in to comment.