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

Removing camel casing for case-sensitive systems #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jonlong
Copy link

@jonlong jonlong commented Nov 13, 2014

Some operating systems (like the flavors of Linux that Heroku and Travis both run) are case-insensitive. When requiring lodash.forEach, they'll throw an error, because the string isn't identical to the dependency's key in package.json.

This PR resolves the issue, which is tested and running here:

Fail:
https://travis-ci.org/jonlong/static-site/builds/40857160#L384-L396

Pass:
https://travis-ci.org/jonlong/static-site/builds/40905541#L247-L250

@sjwilliams
Copy link

+1. I'm having the same issue deploying to Ubuntu and CentOS machines after development work on OS X.

@jmjf
Copy link

jmjf commented Aug 13, 2015

This needs to be merged. Just spent an hour figuring out that lodash.foreach !== lodash.forEach.

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.

3 participants