Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am codelotus on github.
  • I am codelotus (https://keybase.io/codelotus) on keybase.
  • I have a public key whose fingerprint is 54D2 D073 B698 F400 2274 DA7D 8AD9 A23F E725 F055

To claim this, I am signing this object:

// app.js
app.configure(function(){
app.use(express.staticProvider(pub));
app.set('views', __dirname + '/views')
app.set('view engine', 'ejs')
app.use(connect.bodyDecoder())
app.use(express.errorHandler({ showStack: true, dumpExceptions: true }))
// app.helpers({
// name: function(first, last){ return first + ', ' + last },
// firstName: 'tj',