Currently, trovu.net fetches raw files from Github, e.b. https://raw.githubusercontent.com/trovu/trovu-data/master/shortcuts/o.yml. Unfortunately, these files sometimes take a few minutes after a commit until they are updated. This slows down testing and fixing new and edited shortcuts.
Possible solution: Host this repository locally, e.g. under data.trovu.net, and git pull it via a Github push hook.
Currently, trovu.net fetches raw files from Github, e.b.
https://raw.githubusercontent.com/trovu/trovu-data/master/shortcuts/o.yml
. Unfortunately, these files sometimes take a few minutes after a commit until they are updated. This slows down testing and fixing new and edited shortcuts.Possible solution: Host this repository locally, e.g. under
data.trovu.net
, andgit pull
it via a Github push hook.