Files @ 5f857100048e
Branch filter:

Location: copyleftconf-website-fork/gulp/tasks/cleanup.js - annotation

5f857100048e 175 B application/javascript Show Source Show as Raw Download as Raw
Joshua Simmons
draft first two newsy things
/**
 * Dependencies
 */
const cleanup = require('gulp-cleanup');

/**
 * Module body / Expose
 */
module.exports = config => {
  config = config || {};
  return cleanup();
};