Skip to content

Conversation

@craighutch
Copy link

@craighutch craighutch commented Feb 7, 2021

"windows80Ie10Tile" and "windows10Ie11EdgeTiles" config options need to have underscores before both sets of numbers.

Converting from camelCase to underscore previously yielded "windows80_ie10_tile" and "windows10_ie11_edge_tiles", which was incorrect.

After the change the conversion now yields the correct values of "windows_80_ie_10_tile" and "windows_10_ie_11_edge_tiles".

Fixes RealFaviconGenerator/realfavicongenerator#267
Coincidentally Fixes RealFaviconGenerator/gulp-real-favicon#21
Coincidentally Fixes RealFaviconGenerator/grunt-real-favicon#43

Craig Hutchison added 4 commits February 6, 2021 21:28
"windows80Ie10Tile" and "windows10Ie11EdgeTiles" config options need to have underscores before both sets of numbers.

Converting from camelCase to underscore previously yielded "windows80_ie10_tile" and "windows10_ie11_edge_tiles", which was incorrect.

After the change the conversion now yields the correct values of "windows_80_ie_10_tile" and "windows_10_ie_11_edge_tiles".
color "#134f97" was getting converted to "#134f_97", so adding additional requirement that number must be followed by an uppercase letter
exclude "background_color" and "theme_color" from camelCase to underscore conversion
@phbernard phbernard merged commit a8e1dee into RealFaviconGenerator:master Mar 31, 2021
@craighutch craighutch deleted the patch-2 branch March 31, 2021 11:51
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

Successfully merging this pull request may close these issues.

Invalid color in webmanifest file Color content in generated markup Only one generated "mstile" is referenced.

2 participants