PSON icon indicating copy to clipboard operation
PSON copied to clipboard

lowercase filenames

Open tomByrer opened this issue 11 years ago • 0 comments

I was about to throw this up on jsDelivr CDN for you, so I can PR here to not use broken raw.github.com. Officially mixed case are OK there, but I do everything to have consistent lowercase filenames; it is standard, CDNJS encourages lowercase, npm warns on mixedcase, & (most importantly) non-lowercase can cause problems.

Windows allows calling a MiXedCase filename in all lowercase code. If that code gets re-deployed to a POSIX filesystem (LINUX, OSX, etc), then there will be alot of breakage. (Plus, all lowercase compresses better ;)

Seems like you mixcase all your published filenames. Could you consider lowercasing them please? I know it is a bit of work (I can make the PR if you wish), but will prevent bugs.

tomByrer avatar May 21 '14 16:05 tomByrer