Seth Ladd
Seth Ladd
Any ideas or progress on this?
Here's the very hacky fix: https://github.com/dart-lang/route/issues/41
Would `defaultStream` help you? ``` ..serve(..., handler) ..defaultStream.listen(staticFiles.serveRequest); ```
I kinda wish Pub copied all those directories into your project. Disk is cheap. Symlinks suck.
Definitely. There's a grinder task for that, right? :)
Latest I realized that my proposal doesn't really solve the problem. We would still need a way to version specific stable API sets (for 1.14.1, 1.14.2, etc)
cc @keertip
Would using --header work? You can insert random HTML, which would also include `` to CSS if you like.