canned icon indicating copy to clipboard operation
canned copied to clipboard

Integrate with express

Open sideshowcoder opened this issue 12 years ago • 0 comments

Not sure what we need todo here but it would be nice if it could be easily integrated with express during testing / development. Something like

var app = express()
app.configure("development", function() {
  express.use(canned("./"))
})

Would be awesome.

sideshowcoder avatar Jan 13 '14 17:01 sideshowcoder