Files @ abbe05ee0e6a
Branch filter:

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

Christopher Neugebauer
Fixes a thing or two
/**
 * Dependencies
 */
const cleanup = require('gulp-cleanup');

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