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 windows paths to unix paths #40

Closed cboulanger closed 6 years ago

cboulanger commented 6 years ago

NodeJS on windows can deal with unix paths, so there is no need to work with windows paths at all. We should be able to safely exchange the 'path' module with the 'upath' module (https://www.npmjs.com/package/upath). You can test it in the 'upath' branch: https://github.com/qooxdoo/qooxdoo-cli/tree/upath

cboulanger commented 6 years ago

@hkollmann can you test the branch?

hkollmann commented 6 years ago

It's working. It's compatible to the add_mobile PR.

hkollmann commented 6 years ago

Done with merge #43. Thank you cboulanger