Open jpillora opened 12 years ago
Currently, paths are all built manually, not using path. Need to replace all '/' with path.sep to get the correct OS path joining (or just use path.join).
'/'
path.sep
path.join
There may be more windows bugs though I haven't fully tested.
Hm, I don't have a windows computer myself. So I prefer if this comes in as a pull request by someone.
bump @jpillora
Sorry guys, I've moved on, I'm currently using a customised version of mincer
Currently, paths are all built manually, not using path. Need to replace all
'/'
withpath.sep
to get the correct OS path joining (or just usepath.join
).There may be more windows bugs though I haven't fully tested.