Lazy page generation in debug mode #44
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?
With so many revisions (and counting!) rebuild times are starting to pile up quite a bit.
I don't really wanna wait a full second before the page refreshes every time I change some CSS, so I think a good course of action would be to bite into the monolithic architecture further and make the treehouse generate pages on demand when they're needed.
Then we could perform a full build on the server only.