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

Initiating an incremental build when the public folder doesn't exist silently results in a broken build. #140

Open
jeffschwartz opened this issue Jul 25, 2021 · 0 comments
Assignees
Labels
bug Something isn't working generator related Issue is generator related incremental build related Issue is incremental build related

Comments

@jeffschwartz
Copy link
Contributor

This is caused by merging an existing stats file for the content of the public folder which doesn't exist with the newly generated stats file for the content of the public folder that does exist. The solution is to force a one-off build which deletes the public folder and the .cache/stats.json file.

@jeffschwartz jeffschwartz added bug Something isn't working generator related Issue is generator related incremental build related Issue is incremental build related labels Jul 25, 2021
@jeffschwartz jeffschwartz added this to the v6.2.0 milestone Jul 25, 2021
@jeffschwartz jeffschwartz self-assigned this Jul 25, 2021
jeffschwartz added a commit that referenced this issue Jul 25, 2021
when the public folder doesn't exist silently results in a broken build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working generator related Issue is generator related incremental build related Issue is incremental build related
Projects
None yet
Development

No branches or pull requests

1 participant