Caching make dev Web server #6
Loading…
Add table
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?
Relying on
redbean.devis an option over e.g. NodeJS or Python (usually available, even though not always) 1-liners e.g. https://gist.github.com/stephenbradshaw/a2b72b5b58c93ca74b54f7747f18a481 that might be easier to maintain cross-platform.At the moment though it downloads it every time, which can be slow on devices without a good connection.
Consequently one could consider
to check if the server is present and only download if not.
This overall makes restarting
./make devmuch faster.