I used mimosa to generate an express app, and work with it using mimosa watch --server. Everything is great.
There is a server.coffee file, autogenerated by mimosa and requirejs compliant, that contains the line exports.startServer = function(config) { ... }
How do I start that through the command line? I try coffee server.coffee, sometimes with an -r.
Thanks!
OMGoodness, forgot to mention I am on Windows. Everything else has worked the same as any examples I find on the internet (NPM wasn't installing well 6 months ago, but things are really good lately).
Node v 0.8.14 coffee 1.4.0 mimosa 0.6.1
Mimosa says it runs startServer from server.coffee. What is the equivalent from a command line considering requirejs format of server.coffee?