Some time ago I used to do
coffee --bare --output . --watch --compile .
This watches the .coffee
files in the current dir and recompiles them as they change.
Now, using 1.2.0 of coffeescript this does not seem to work any more. I'm presented with an error:
File not found: --watch.coffee
and the usage documentation for coffee
seems rather light.