I have some contents and Brython apps running in a server.
basePath: docBasePath
I have set docBasePath to point at a github raw repo so that
when I commit, content is updated.
However, brython code is bound to local server files and when there is an update I have to redeploy. Since I am using some unstable software, every time I redeploy, apps stop working together, and I have to hack into configurations to bring the site back to life.
If I could serve python paths directly from github I would just have to commit and the apps would update promptly.
I imagine that since docsify can pull the trick, brython could do as well.
Thank you in advance for any advice.
Carlo