Skip to content
This repository has been archived by the owner on Feb 5, 2022. It is now read-only.

Copied favicon.ico is corrupted #112

Closed
lewebsimple opened this issue Nov 20, 2018 · 3 comments
Closed

Copied favicon.ico is corrupted #112

lewebsimple opened this issue Nov 20, 2018 · 3 comments
Labels

Comments

@lewebsimple
Copy link

When generating favicon.ico from a template, the file gets corrupted somehow. I've tried with two different favicon.ico with the same garbled result.
Any idea what could be causing this ?

@lewebsimple
Copy link
Author

Nevermind, simply had to exclude it from the transformer in actions like so:

    {
      type: 'add',
      files: '**',
      transformExclude: [ '**/*.ico' ],
    },

egoist added a commit that referenced this issue Nov 20, 2018
@egoist
Copy link
Member

egoist commented Nov 20, 2018

🎉 This issue has been resolved in version 1.3.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@egoist
Copy link
Member

egoist commented Nov 20, 2018

Just FYI, binary files are never transformed now.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants