paperjs/woods

Backslashes in URLs

Opened this issue · 5 comments

dink commented

Woods generates weird URLs with backslashes on my end, example:

http://localhost:3000/\about-us\

Chrome does correct this, but not firefox. I'm on a Win7 machine, if that's of any help.
Any ideas for a quick fix?

dink commented

Just submitted a pull request which fixes this issue.

Thanks!

@puckey Page.js:Line 89 looks like another problematic method.

indeed - same goes for line 103 - any chance you could go through all uses of path.join?

Fixed all except siteSync:163 . Not sure what's going on there, you should have a look.