Closed sjkillen closed 8 years ago
On windows the urls don't work because the path module converts /s to backslashes I changed it so that it uses require('url') instead, but still accepts a config.root that doesn't end with a slash.
/
require('url')
On windows the urls don't work because the path module converts
/
s to backslashes I changed it so that it usesrequire('url')
instead, but still accepts a config.root that doesn't end with a slash.