-
Notifications
You must be signed in to change notification settings - Fork 1
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
undebate-ssp send password#154 #8
undebate-ssp send password#154 #8
Conversation
One thing, we can't use mixed case file names - because the people at mICROsOFT decided to ignore case, which cause problems. I recommend this convention for all open source projects. I can work with it as is, and my just make the changes and commit them if you are on vacation. (Have a good vacation). |
I realize some of them were already mixed case - but I have been burned by this recently. I'll fix it. |
Sorry, which files are incorrect? I can fix them today. Unfortunately macOS also ignores case, and it's really only linux that is fully case sensitive with files. |
several in app/components/auth-form/ - resetPassword is the new one, but might as well fix the others too. Storybook is interesting, when I run it, it has something that complains about case. But even git (on windows anyway) doesn't track the difference between Footer.js and footer.js Also, if you do a new commit, run npm install first so that the new version number in package.json gets updated in package-lock.json |
Sounds good. Are you fixing them or am I? |
… into undebate-ssp-send-password#154
No description provided.