UNPKG

blogware

Version:

A static site generator for hosting full-featured Ghost blog on GitHub Pages.

12 lines (7 loc) 147 B
var patch = require('../patch'); function pass(file) { if (!file) return null; patch.attach(file); return file; } module.exports = pass;