Closed rob-gordon closed 8 years ago
I get this too, so I just changed the file CoffeeScript.sublime-build
to
{
"cmd": ["coffee", "-c", "$file"],
"selector" : "source.coffee",
"path" : "/usr/local/bin"
}
where can I find this file on osx?
@nachocab it works.
I get this error when trying to Build. I'm not sure if building is equivalent to compiling for this plug-in. Does anyone have any suggestions?