qiao / coffee-box

A blog engine built upon Node.js, Express, MongoDB and CoffeeScript.
http://66.228.62.171:3000
71 stars 20 forks source link

src layout and compiling , etc. #7

Closed layerssss closed 11 years ago

layerssss commented 11 years ago
qiao commented 11 years ago

I don't think it necessary to have the compilation step. All modules will be cached once it is being required, so there's no compilation overhead once the server is fully started. Also, the compiled .js files will make the directory dirty.

layerssss commented 11 years ago

you're right, just found out the blog can run on Windows, but using Make could be a barrier for Windows users. I'll remove the Makefile right now.

layerssss commented 11 years ago

9943e5a670904556b8d6a5c3909a59349d3c046c

Just append a commit to remove the coffee compilation