David Driver writes:
> When you are using quixote.directory.directory _q_exports can point to
> things that are not listed in the crumbs. Things like favicon.ico and
> CSS.
>
> How do you get around that with the dynamic directory?
yield (component, name, None, None)
in your get_exports (assuming it's a generator function)
will export component at entry point name without a crumb.
-Roger