Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows MasterPicture error #42

Open
CupOfTea696 opened this issue Oct 12, 2017 · 0 comments
Open

Windows MasterPicture error #42

CupOfTea696 opened this issue Oct 12, 2017 · 0 comments

Comments

@CupOfTea696
Copy link

CupOfTea696 commented Oct 12, 2017

Hi,

When using the generated config from the website for Grunt, I got the following error using a dedicated master picture for Windows:

Warning: ENAMETOOLONG: name too long, open 'iVBORw0KGgoAAAANSUhEUgAAAgAAA...' Use --force to continue.

The related part of my config was as follows

...
design: {
    windows: {
        masterPicture: {
            type: 'inline',
            content: 'iVBORw0KGgoAAAANSUhEUgAAAgAAA...'
        },
        ...
    },
    ...
},
...

windows.masterPicture.content is the entire base64 encoded version of the image. If I replace content with the actual path to my dedicated image, I don't have the problem anymore.

...
design: {
    windows: {
        masterPicture: {
            type: 'inline',
            content: 'htdocs/src/favicon-win8.png'
        },
        ...
    },
    ...
},
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant