Files @ 4d0611e71bfe
Branch filter:

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

Josh Simmons
Merge pull request #31 from northbaypython/josh/copy

add (most) bios, refine news, and more <3 for SFC
/**
 * Dependencies
 */
const cleanup = require('gulp-cleanup');

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