dart - How do I set the context root for a dartium launch? -
how set dartium launch application available @ localhost:3030 instead of default localhost:3030/path/file?
that still not possible added pub serve
sometimes.
afaik darteditor should pub serve
in future instead of built-in web server.
see
- https://code.google.com/p/dart/issues/detail?id=15020
- https://code.google.com/p/dart/issues/detail?id=15978
i couldn't find post afair seth ladd posted request pub serve
should provide option serve application in root directory.
it should possible serve dart application custom server , use darteditor debugger anyway.
there bugs think should work now. don't know if it's supported create launch configuration - think so.
Comments
Post a Comment