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

Issue 25, the root C(c)content folder should be handled case insensitive #26

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

stretyak
Copy link

@stretyak stretyak commented Sep 7, 2020

Fixed issue #25
package/C(c)ontent is case insensitive now

  • default content folders and additional content folders are also handled on case insensitive bases.

…o be copied to the case sensitive destination Folders

for instance
content/scripts must be copied to Scripts and not to scripts
the original destination folders are hardcoded
private readonly string[] _folders = new[] { "Scripts", "Images", "fonts", "Content" };
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.

1 participant