technoweenie / coffee-resque

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

npm release 0.1.0 broken

jharlap opened this issue · comments

Looks like the generated js doesn't match the source coffee. Manually running make generate-js in the npm lib dir produces working js, but obviously editing the js in the local npm lib dir is a bad practice ;)

The break is such that Worker.prototype.perform neglects to pass any callback function, so it's impossible to run any jobs.

strange, rick mentioned an issue to me wrt to publishing to npm. someone had published a fork or something. in any case i don't have privs to republish so a less hack-o-matic way of dealing with this would be to clone the project and run make install vs mucking with the npm install. i'm sure rick will fix this up as soon as he get's a chance.

sT

Try v0.1.2

works with my code.

Yep - 0.1.2 works. Thanks!