Open bilalmalkoc opened 3 months ago
Images are corrupted also
I had the same issue with binary files.
I think this is caused by Gulp 5 breaking change "Default stream encoding to UTF-8". I solved it adding encoding: false
on gulp.src
options (second parameter).
I had the same issue with binary files.
I think this is caused by Gulp 5 breaking change "Default stream encoding to UTF-8". I solved it adding
encoding: false
ongulp.src
options (second parameter).
Fixes the issue for me
When bundle my app with gulp-zip, fonts getting corrupted. I am fixing this by uploading fonts as manually.
Here is my gulpfile.mjs
Also tried
compress: false
. Still same problem.