I have what was a bottle.py setup with my web directory at top level containing a main application in a file foobar.html. I found if there is no route for '/' then I couldn't do anything with it. But when I tried various configurations I got either no resource at all or "Failed to normalize base path: ,/ or complaints when I attempted to load the configuration. What is the proper way to do this? It seems like something elementary but none of the examples I have seen seem to show me something quite like it. Or I am missing it. Thanks for any help.
I am starting from my top level web app directory. I presume that makes some difference. But I could be wrong about that. A related question is whether I need to make routes explicitly for js files in subdirs 'js' and 'lib' and for css is subdir 'css'. - samantha
