However, it seems like the .js and .coffee are swapped. Using it this way I get a lot of Uncaught SyntaxErrors from Karma for each coffeescript file. If I switch it around (or just leave it out completely), then things just work. Should it be like this (or am I confused?):
I may be completely misunderstanding how things work. The sample config in the README shows transformPath as:
However, it seems like the .js and .coffee are swapped. Using it this way I get a lot of Uncaught SyntaxErrors from Karma for each coffeescript file. If I switch it around (or just leave it out completely), then things just work. Should it be like this (or am I confused?):