JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
added server.js wrapper
authorJason Woofenden <jason@jasonwoof.com>
Thu, 19 Jan 2012 10:32:07 +0000 (05:32 -0500)
committerJason Woofenden <jason@jasonwoof.com>
Thu, 19 Jan 2012 10:32:07 +0000 (05:32 -0500)
server.js [new file with mode: 0644]

diff --git a/server.js b/server.js
new file mode 100644 (file)
index 0000000..251f95a
--- /dev/null
+++ b/server.js
@@ -0,0 +1,2 @@
+var cs = require('coffee-script');
+require('./server.coffee');