I implemented a small meteorjs demo application. The application converts svgs to binary images (incl. resizing) with the help of meteorite, libxmljs, and imagemagick. Unfortunately, I am not able to deploy it on meteor's own infrastructure (mrt deploy). And the really bad thing is: I cannot find some logs. I have no clue what's going on. I am pretty sure it's something with my dependencies. The source is hosted here. The problem is most probably at the beginning of server/server.js. I guess the way I import my dependencies doesn't work for meteorjs. If yes, how can I fix it? If not, does someone see the issue?
BTW: Also, deploying on appfog and nodejitsu didn't work.