MiguelSavignano / gatsby-plugin-relative-paths

Ensuring that assets are relative and links
MIT License
0 stars 3 forks source link

Skip binary files before reading them #5

Closed mpontus closed 2 years ago

mpontus commented 2 years ago

This PR filters out binary paths early on, as part of a repurposed utility function editFiles renamed to editTextFiles.

This prevents asset corruption which occurs when a binary file is read with utf-8 encoding before being written back by avoiding unnecessary read-write cycles.