Closed jukkah closed 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.
dirname
Theme.calulatePath
/
\
file/lib\api\test\asdf\index.coffee.html
Under Windows the
dirname
inTheme.calulatePath
will cointain both/
and\
as path separators. For examplefile/lib\api\test\asdf\index.coffee.html
and thus all asset files were looked from a wrong folder.