gloriajs / gloria

Gloria is a static website generator, based on NodeJS.
https://gloria.js.org
Other
152 stars 11 forks source link

Remove all slashes or references to path.sep in the code #74

Closed dvidsilva closed 7 years ago

dvidsilva commented 7 years ago

The correct way to build paths in Node that is portable is with path.resolve or path.normalize, when reading or writing files, use the best function for that and avoid bugs in windows.