-
-
Notifications
You must be signed in to change notification settings - Fork 543
Closed as not planned
Labels
enhancementfeature: 🥝 incremental buildsneeds-votesA feature request on the backlog that needs upvotes or downvotes. Remove this label when resolved.A feature request on the backlog that needs upvotes or downvotes. Remove this label when resolved.
Description
This is almost there with 2.0 features.
We would need to:
- Cache the output folder between builds on a CI server like Netlify.
- Use
git
to find what files changed between the latest and the last build’s commit SHA (Charlie Groll suggestedgit diff {commitsha}^..
) - Set the incremental files in Eleventy. This is already available via a method on the Eleventy class, we would likely need to add support for multiple
--input
files on the CLI. - Save the new
latest
successful build commit SHA back to the build cache for next time.
charliegroll, brycewray, arpit-agr, ironnysh, sguter90 and 20 morecharliegroll, brycewray, simonbrandhof, touzoku, andrewshell and 2 morexplosionmind
Metadata
Metadata
Assignees
Labels
enhancementfeature: 🥝 incremental buildsneeds-votesA feature request on the backlog that needs upvotes or downvotes. Remove this label when resolved.A feature request on the backlog that needs upvotes or downvotes. Remove this label when resolved.