]> git.cworth.org Git - turbot-web/commit
Expect all dependencies to be found from /
authorCarl Worth <cworth@cworth.org>
Wed, 12 Jan 2022 08:42:03 +0000 (00:42 -0800)
committerCarl Worth <cworth@cworth.org>
Wed, 12 Jan 2022 08:42:03 +0000 (00:42 -0800)
commit69ca8f924191441a382b46a446457c8df2a62ebc
treedfa515cd231816bc0f630d7282c681cb0f85792c
parentd443dffc599f0f858068bd22dcf289fcbe4d64f3
Expect all dependencies to be found from /

Specifically, the .css and .js files needed by the files being generated here.

By expecting these from '/' we can serve them statically from that
single location, even if all of the files we generate end up at some
lower-level directory (such as when we soon isolate the web pages for
each hunt from each other).
html_generator.py