qooxdoo-archive / qooxdoo-cli

(deprecated, moved into qooxdoo-compiler) qx commandline
MIT License
4 stars 5 forks source link

exchange 'path' with 'upath' module to normalize window paths to unix… #43

Closed cboulanger closed 6 years ago

cboulanger commented 6 years ago

… paths

hkollmann commented 6 years ago

Then you could remove the replace in Install.js, line 128: path : path_module.relative( process.cwd(), download_path + path_module.sep + path_module.dirname(path)).replace(/\/g,"\/")

cboulanger commented 6 years ago

See #40

cboulanger commented 6 years ago

@johnspackman Can I go ahead?

johnspackman commented 6 years ago

2 approvals, merging, thank you @hkollmann !