A more sophisticated build system to avoid rebuilding all pages when that’s not needed #13
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.