I used Sublime Text 2 in Ubuntu Linux and worked pretty fine.
Now, when I use it in Windows, i can\'t build anything. It appears \"building\" in the status bar in t
I'm having the same problem with
cmd: ["mongo","<","$file"]
and when I changed to
cmd: ["mongo $file"]
it worked.