This project is a coffeescript port of the angular-seed project.
I have been inspired by the angular-seed-coffeescript project. I however disliked the browser coffee compilation, so I wrote my own.
You don't. Just include a .js
file. ./scripts/web-server.js
will search for a .coffee
file and send it compiled.
Feel free to. If a .coffee
file is not found and .js
is, it will be sent untouched.
Both .coffee
and .js
tests work.
This seed uses server-side compilation. While it may take some time (miliseconds?), there is no need for any workarounds that arise from compiling in the browser.
Get a SSD drive.