Files @ da1de53e5a06
Branch filter:

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

Christopher Neugebauer
Merge pull request #62 from northbaypython/copy

credit @sigje for her guidance on childcare, pumping rooms, quiet rooms etc
/**
 * Dependencies
 */
const cleanup = require('gulp-cleanup');

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