c9 / architect

A simple yet powerful plugin system for large-scale node applications
MIT License
981 stars 129 forks source link

parent path resolution breaks in windows #14

Closed amelon closed 11 years ago

amelon commented 11 years ago

parent path resolution breaks in windows

Using / on 'resolved' path in windows doesn't work as path is like 'c:\path\to\base'

replace base.substr(0, base.lastIndexOf("/")) with resolve(base, '..')

janjongboom commented 11 years ago

@creationix