gulachek / esmakefile

Make based build system in JavaScript
MIT License
0 stars 0 forks source link

Windows paths broke #20

Closed gulachek closed 1 year ago

gulachek commented 1 year ago

getComponents started using path.sep to parse out paths. This works for external / system paths and is desirable, but the code is reused for src paths, which is inappropriate, platform specific, and wrong. Something needs reworking, probably passing in a separator to getComponents, or something else that's more clever.

gulachek commented 1 year ago

fixed