--- /dev/null
+console.log 'hi'
\ No newline at end of file
app.use express.static WWW
app.use express.static VAR
+ app.use express.static "#{CWD}/static"
app.use express.errorHandler do
dumpExceptions : true
showStack : true
--- /dev/null
+body
+ font-family menlo
\ No newline at end of file
--- /dev/null
+../../lib
\ No newline at end of file
-body
- div
- != body
+!!! html
+html
+ head
+ link(href="/css/kraken.css", type='text/css', media='screen', rel='stylesheet')
+ body
+ div
+ != body
+ .scripts
+ script(src="vendor/jquery.min.js")
+ script(src="/js/kraken-ui/main.js")