Files @ e176cd75dedc
Branch filter:

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

Joshua Simmons
change spam@ email to hello@
/**
 * Dependencies
 */
const cleanup = require('gulp-cleanup');

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