Files @ 8c1f21a4fb9c
Branch filter:

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

Sam Kitajima-Kimbrel
Update CFP to point out we won't have Q&A
/**
 * Dependencies
 */
const cleanup = require('gulp-cleanup');

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