A more sophisticated build system to avoid rebuilding all pages when that’s not needed #13

Open
opened 2024-09-12 22:39:03 +02:00 by liquidex · 0 comments
Owner

Currently the treehouse rebuilds the entirety of itself, always.

I’d like to explore a more incremental approach where only changed files + dependencies are rebuilt. Probably without too much complicated dependency tracking because fuck that. reparsing JS and HTML every single time cannot be fast.

Currently the treehouse rebuilds the entirety of itself, always. I’d like to explore a more incremental approach where only changed files + dependencies are rebuilt. Probably without too much complicated dependency tracking because fuck that. reparsing JS and HTML every single time cannot be fast.
liquidex added the
dev
label 2024-09-12 22:52:27 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: liquidex/treehouse#13
No description provided.