mintbridge / metalsmith-include-content

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support between both linux and Windows Operating systems

alexnewmannn opened this issue · comments

currently the files object returned will name the properties according to OS, for example, on windows

'path\to\place': { }

and on mac

'path/to/place': { }

the code only accounts for the latter