Use url imports on the server #1
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?
I've done a lot of thought in the past about using cron or a webhook to automatically update the css themes on the server, but I could just use a css import to automatically import the most recent css from this repo instead. I should implement this.
This is a bad idea. It causes problems with css fetching in browsers. Instead, I'll be investigating pushing through SSH, in #3.