I'd like this to work with Coffeescript, so I can run coffee daemon.coffee start. At present it says it has started successfully, but there's no output in either log file and if I run coffee daemon.coffee status it says it is not running.
If I compile my coffee scripts to js first and then run node daemon.js start everything works fine. It'd be great if this step were not needed.
I'd like this to work with Coffeescript, so I can run
coffee daemon.coffee start. At present it says it has started successfully, but there's no output in either log file and if I runcoffee daemon.coffee statusit says it is not running.If I compile my coffee scripts to js first and then run
node daemon.js starteverything works fine. It'd be great if this step were not needed.