Closed cboulanger closed 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
@hkollmann can you test the branch?
It's working. It's compatible to the add_mobile PR.
Done with merge #43. Thank you cboulanger
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