BlueAbdul
Results
2
comments of
BlueAbdul
I had the same problem for pictures and fonts that was resolved by setting buffer to true and removeBOM to false. ```javascript ... return gulp .src(your_path, { buffer: true, removeBOM:...
> > ```js > > true > > ``` > > I confirm that after setting the buffer value to true (buffer: true), the file was copied without changes and...