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

Remove backticks #57

Closed
KyleAMathews opened this issue Oct 5, 2015 · 5 comments
Closed

Remove backticks #57

KyleAMathews opened this issue Oct 5, 2015 · 5 comments
Assignees
Labels
type: bug An issue or pull request relating to a bug in Gatsby

Comments

@KyleAMathews
Copy link
Contributor

Not supported on older versions of node.

@KyleAMathews KyleAMathews added the type: bug An issue or pull request relating to a bug in Gatsby label Oct 5, 2015
@KyleAMathews KyleAMathews self-assigned this Oct 5, 2015
@luandro
Copy link

luandro commented Oct 7, 2015

Also in serve.js:

handler(request, reply) {

should be

handler: function(request, reply) {

no?

I tried v0.6.2, changed all the backticks and this handler function, got the server to run, but got an error on on the client bundle.js not found.

@KyleAMathews
Copy link
Contributor Author

I fixed a number of things in f07e39c

Can you try the changes and see if it works now?

@BerkeleyTrue
Copy link

Why aren't these being transpiled using babel?

@gesposito
Copy link
Contributor

Should be related to #54

@KyleAMathews
Copy link
Contributor Author

Compiling everything now with Babel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug An issue or pull request relating to a bug in Gatsby
Projects
None yet
Development

No branches or pull requests

4 participants