home / github / issue_comments

Menu
  • GraphQL API

issue_comments: 348719680

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions issue performed_via_github_app
https://github.com/simonw/datasette/issues/160#issuecomment-348719680 https://api.github.com/repos/simonw/datasette/issues/160 348719680 MDEyOklzc3VlQ29tbWVudDM0ODcxOTY4MA== 9599 2017-12-02T20:59:27Z 2017-12-02T20:59:27Z OWNER This is about more than just CSS and JavaScript - there are plenty of reasons someone might want to bundle HTML as well, e.g. for building something like https://sf-tree-search.now.sh/ So, instead of thinking about this in terms of /static/, I'm going to think about this in terms of allowing people to mount one or more document roots (or docroots). datasette serve mydb.db -d my-doc-root/ This will cause the root of the server to show content from the `my-doc-root/` directory (assuming it has an index.html file in it). A more common option will be to mount specific folders to specific directories, like this: datasette serve mydb.db -d static:my-static/ Now any hits to `/static/foo.css` will serve content from `my-static/foo.css` {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} 278208011  
Powered by Datasette · Queries took 0.963ms