Files @ 7677bd7eeaae
Branch filter:

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

Christopher Neugebauer
Merge remote-tracking branch 'origin/2019' into chrisjrn/2019
/**
 * Dependencies
 */
const cleanup = require('gulp-cleanup');

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