Closed bsodmike closed 13 years ago
I got this exact same issue. Fresh install of CoffeeScript, coffeekup and express.
Hey Guys, thanks for reporting, I should have this resolved shortly.
Ok,
This issue should be resolved, please let me know if it is not. Also I change the layout and added a Cakefile that compiles coffee to js and runs the compiled js, for a more production like experience.
You can build your files by calling
cake build
Run your specs
cake spec
Or watch your src folder to compile as files are saved.
cake watch
Run you app using
node server.js
Awesome - will check it out in a bit =)
My versions:
and
Any thoughts on this? Thanks.