dartist / express

A thin express-js inspired layer around Dart's primitive HttpServer APIs
Other
126 stars 11 forks source link

Replace node_shims/path.dart with pathos #9

Closed MaxHorstmann closed 11 years ago

MaxHorstmann commented 11 years ago

The usage of node_shims/path.dart is causing various issues in my environment. e.g. path.dirname returning '.' instead of an absolute path, breaking express_build.dart.

Suggestion: use pathos (http://pub.dartlang.org/packages/pathos) instead for path manipulations, seems much more robust.

MaxHorstmann commented 11 years ago

Fixed bug in shim, should take care of this. https://github.com/dartist/node_shims/pull/3