coffeedoc / codo

CoffeeScript API documentation generator. It's like YARD but for CoffeeScript!
Other
624 stars 92 forks source link

Fixed path splitting under Windows #190

Closed jukkah closed 9 years ago

jukkah commented 9 years ago

Under Windows the dirname in Theme.calulatePath will cointain both / and \ as path separators. For example file/lib\api\test\asdf\index.coffee.html and thus all asset files were looked from a wrong folder.