Files @ 5f857100048e
Branch filter:

Location: CopyleftConf/copyleftconf-website/gulp/tasks/cleanup.js

Joshua Simmons
draft first two newsy things
/**
 * Dependencies
 */
const cleanup = require('gulp-cleanup');

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