Skip to content

Instantly share code, notes, and snippets.

View rdibona's full-sized avatar

Richard DiBona rdibona

  • Boston, MA
View GitHub Profile
@acstll
acstll / lodash-render.js
Last active May 28, 2016 07:09
Use lodash templates with Express 3
'use strict';
var fs = require('fs');
var _ = require('lodash');
var cache = Object.create(null);
exports.renderFile = function (path, options, callback) {