UNPKG

blogware

Version:

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

14 lines (9 loc) 229 B
function pass(file) { if (!file) return null; // possible: change, unlink // unused: add, addDir, unlinkDir file.meta('event', file.__event || 'change'); delete file.__event; return file; } module.exports = pass;