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

gatsby develop broken on case-sensitive filesystems. #402

Closed
jaen opened this issue Aug 22, 2016 · 2 comments
Closed

gatsby develop broken on case-sensitive filesystems. #402

jaen opened this issue Aug 22, 2016 · 2 comments

Comments

@jaen
Copy link

jaen commented Aug 22, 2016

For some reason this file here: https://github.com/gatsbyjs/gatsby/blob/master/lib/isomorphic/html.js is compiled into HTML.js in your dist tarball (https://registry.npmjs.org/gatsby/-/gatsby-0.12.5.tgz) which makes the gatsby develop command to break on case-sensitive filesystems.

Would you mind releasing a new version with lowercased filesystem names?

@KyleAMathews
Copy link
Contributor

Well... that's bizarre. I have no idea why this is happening. The build script just runs babel over the lib files to compile them to dist. I release from my mac fwiw. If you have some time to research what's happening I'd really appreciate that. Otherwise I'll get to this in the next few days.

@jbolda
Copy link
Contributor

jbolda commented Jun 3, 2017

@KyleAMathews I assume this is fixed? Closing on that assumption.

@jbolda jbolda closed this as completed Jun 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants