shama / yo-yoify

Transform choo, yo-yo or bel template strings into pure and fast document calls
111 stars 17 forks source link

Path to appendChild.js doesn't resolve in Windows #17

Closed nickpeihl closed 8 years ago

nickpeihl commented 8 years ago

It appears this require statement fails to resolve the appendChild.js file correctly when using Windows. I believe this is an issue with the path.resolve statement and that Windows uses \ instead of / as path separators.

Stack trace. Tested on Windows 7 and Node 6.3.0.

depoulo commented 8 years ago

Could reproduce this issue on Windows 10 (Node 6.3.0)