UNPKG

techy

Version:

Flat CMS based on Gulp and AbsurdJS

8 lines 216 B
var through2 = require('through2'); var gutil = require('gulp-util'); module.exports = function(cb) { function transform (file, enc, next) { return next(); } return through2.obj(transform, cb); }