SkidX / tweene

JavaScript Animation Proxy
http://tweene.com
Artistic License 2.0
353 stars 29 forks source link

filenames should not use Capital Letters #3

Closed tomByrer closed 9 years ago

tomByrer commented 9 years ago

Causes problems with Windows vs Linux/OSX, Bower, AMD, NPM... https://github.com/ractivejs/ractive/issues/527#issue-30274600 cheers :)

SkidX commented 9 years ago

ok, I'll rename all in lowercase. Thanks for the feedback.

tomByrer commented 9 years ago

Cheers. I feel awkward in asking to change something that seems like a personal preference, but does have a technical impact.

SkidX commented 9 years ago

yeah, personally I have no problem working with mixed case names on both win and linux platforms, but as a general rule I agree with you, it is inherently more error prone, so better to change them.