-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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-plugin-subfont file paths isn't escaped in execSync command #12702
Labels
help wanted
Issue with a clear description that the community can help with.
status: confirmed
Issue with steps to reproduce the bug that’s been verified by at least one reviewer.
type: bug
An issue or pull request relating to a bug in Gatsby
Comments
To fix the problem, I've simply add double quotes in
But the path escape resolution is not strict with this simple double quotes fix. |
sidharthachatterjee
added
type: bug
An issue or pull request relating to a bug in Gatsby
help wanted
Issue with a clear description that the community can help with.
status: confirmed
Issue with steps to reproduce the bug that’s been verified by at least one reviewer.
labels
Mar 22, 2019
violy
added a commit
to violy/gatsby
that referenced
this issue
Mar 28, 2019
…nd (gatsbyjs#12702) In the gatsby-plugin-subfont plugin, file paths aren't escaped in execSync command. I've get the error locally, in development context, during the build, because the absolute path of my project root contains spaces
Ok, so, here is my PR ! |
violy
added a commit
to violy/gatsby
that referenced
this issue
Mar 28, 2019
I've forget to run |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
help wanted
Issue with a clear description that the community can help with.
status: confirmed
Issue with steps to reproduce the bug that’s been verified by at least one reviewer.
type: bug
An issue or pull request relating to a bug in Gatsby
Description
In the
gatsby-plugin-subfont
plugin, file paths aren't escaped inexecSync
command.I've get the error locally, in development context, during the build, because the absolute path of my project root contains spaces (Ok, it’s bad.)
Steps to reproduce
gatsby-plugin-subfont
gastby build
Expected result
index.html
Actual result
subfont
command failedEnvironment
The text was updated successfully, but these errors were encountered: