Files @ 7e4c80fdfc70
Branch filter:

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

Josh Simmons
Merge remote-tracking branch 'origin/master' into 2018-copy
/**
 * Dependencies
 */
const cleanup = require('gulp-cleanup');

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