So I have this build file
{ "cmd": ["coffee", "-c", "$file"], "selector": "source.coffee", "path": "C:\\Users\\Miles\\node_modules\\coffee-script\\bin", "working_dir": "$project_path" }
And he keeps returning an error
[Error 2] The system cannot find the specified file
I searched for a few days, and all I can find is UNIX based paths.
I know that this is most likely trivial, but for a while he was looking
source share