Skip to content

Commit

Permalink
Fix gulp mangling binary files
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxLaumeister committed May 30, 2024
1 parent e071ebc commit 68d19d0
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 @@ -67,7 +67,7 @@ function cssWithoutSourcemaps() {
}

function staticdir() {
return src('static/*')
return src('static/**/*', {encoding: false})
.pipe(dest('dist'));
}

Expand Down

0 comments on commit 68d19d0

Please sign in to comment.