Files @ 5bd39e16dd60
Branch filter:

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

Brett Smith
templates: Override sponsor list content block to try to bugfix.
/**
 * Dependencies
 */
const cleanup = require('gulp-cleanup');

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