I tried to setup a new builder for CoffeeScript files. But I get
- Code: Select all
"No such file or directory"
when I try to build it.
This is what the build file looks like:
- Code: Select all
{
"cmd": ["coffee", "$file"]
}
I've looked at this: http://sublimetext.info/docs/reference/ ... stems.html
And I think I need to setup "env" correctly. But I can't figure out what is the right way to pass that in.
Any help would be greatly appreciated.
Also, would there be a way to run the script as well?
Thanks.
Indy