Adding lib/{kraken-ui.js,server.co}
authorAndrew Otto <acotto@gmail.com>
Tue, 14 Feb 2012 18:58:52 +0000 (10:58 -0800)
committerAndrew Otto <acotto@gmail.com>
Tue, 14 Feb 2012 18:58:52 +0000 (10:58 -0800)
lib/kraken-ui.js [new file with mode: 0644]
lib/server.co [new file with mode: 0755]

diff --git a/lib/kraken-ui.js b/lib/kraken-ui.js
new file mode 100644 (file)
index 0000000..ccf6a8e
--- /dev/null
@@ -0,0 +1 @@
+exports.a = '123';
\ No newline at end of file
diff --git a/lib/server.co b/lib/server.co
new file mode 100755 (executable)
index 0000000..eeefb25
--- /dev/null
@@ -0,0 +1,8 @@
+#!/usr/bin/env coco
+
+express  = require 'express'
+compiler = require 'connect-compiler-extras'
+
+
+exports.app = app = express.createServer()
+app.listen 8081
\ No newline at end of file