master
createApp
module.exports.createApp = function (opts) { var app = express(); app.engine('html', swig.renderFile); app.set('view cache', false);