Closes #693 - Fix issue with vuestorefront having wrong folder name by Thomas-Boi · Pull Request #765 · devicons/devicon

Conversation

@Thomas-Boi

This should fixes #693.

Git doesn't track capital-sensitivity in file paths, thus a simple file name changes locally doesn't fix it. This PR basically removes the folder in one commit and restore it in a different name in another, hopefully causes git to track it.

amacado

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Git doesn't track capital-sensitivity in file paths

yep, I had this problem in other projects as well.. You came up with a solution, I will use it in some other cases 👍🏻

Panquesito7

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for pointing this out and for the fix. 🙂

@Thomas-Boi

I'll merge this in. The icons are still the same so this won't show up in the build release

@Panquesito7 Panquesito7 linked an issue

Aug 6, 2021

that may be closed by this pull request

GCHQDeveloper926 pushed a commit to GCHQDeveloper926/devicon that referenced this pull request

Dec 20, 2024
…r name (devicons#765)

* Remove vueStorefront

* Readd vuestorefront in proper folder name

Labels

bug

Use this label for pointing out bugs