SublimeText / CoffeeScript

Syntax highlighting and checking, commands, shortcuts, snippets, watched compilation and more.
440 stars 64 forks source link

Save errors on system without coffee binary #116

Closed btmills closed 11 years ago

btmills commented 11 years ago

When installed on a system without the CoffeeScript compiler, saving opens an error dialog with the message

'coffee' is not recognized as an internal or external command,

Workaround: Set checkSyntaxOnSave and compileOnSave to false in user settings.

aponxi commented 11 years ago

Thanks for pointing this out. Can't say this is a bug but maybe this should be in the readme...