You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During development with Jekyll serve, each time a minor change is made after a site was already built once, Jekyll pulls all project data anew, which slows down the build and may impair development workflow.
Skipping data re-fetching completely in case project data is already present should be enough, since this is a problem only during development and CI build happens in pristine environment anyway.
The text was updated successfully, but these errors were encountered:
During development with Jekyll serve, each time a minor change is made after a site was already built once, Jekyll pulls all project data anew, which slows down the build and may impair development workflow.
Skipping data re-fetching completely in case project data is already present should be enough, since this is a problem only during development and CI build happens in pristine environment anyway.
The text was updated successfully, but these errors were encountered: