Files @ 56d8aae48fd5
Branch filter:

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

Joshua Simmons
export updated sitetree, includes coc under about page in nav
/**
 * Dependencies
 */
const cleanup = require('gulp-cleanup');

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