arturvader

Results 9 comments of arturvader

> Add `{encoding: false}` to any gulp.src call where you are using binary files - see now docs and release blog for v5 for info. Pay attention to the code...

> Sorry, the code wasn't formatted in the issue very well and I was looking at the SVG logic. With encoding: false it shouldn't make any changes to the file...

> Sorry, the code wasn't formatted in the issue very well and I was looking at the SVG logic. With encoding: false it shouldn't make any changes to the file...

when I copied the code here some characters are not published (double *, /images/**/ )

> To simplify further and fix the globs in the code, does this reproduce? > > ```js > import gulp from 'gulp' > > export const imgtinify = () =>...

Please try to create a test project with the settings that I specified. Maybe I made a mistake somewhere. I tried it on my MacBook Pro and on Linux (Raspberry...

> Try to add `removeBOM: false` to src options I tried what you wrote, it didn't help.

> У нас возникла идентичная проблема при создании `.woff2`файла шрифта из нескольких изображений SVG с использованием [gulp-iconfont](https://www.npmjs.com/package/gulp-iconfont) . Мы обновились только до версии 5, и она перестала работать, никаких других...

> ```js > true > ``` I confirm that after setting the buffer value to true (buffer: true), the file was copied without changes and working.