Files @ f690dafcc824
Branch filter:

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

Joshua Simmons
Merge branch 'master' of github.com:northbaypython/website
/**
 * Dependencies
 */
const cleanup = require('gulp-cleanup');

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