I replaced jquerymx with canjs now.. but I can't seem to get stealing .ejs templates to work..
Steal throws an exception about not knowing .ejs .. after some RE I figured that the registration of the .ejs type was probably moved to can/view/view_steal (probably to build a steal-less CanJS?) and the extension was changed to .view?
After including can/view/view_steal and renaming all .ejs file extensions to .view, including the templates worked. Next error was thrown in view_steal because of a local function toId() (undefind) which is only defined in can/view.
// curtis cummings (wrote with him on irc) is looking into it and will reply when he knows more.
Again, thanks for helping me out (curtis, daff)