Files @ bd27519d320e
Branch filter:

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

Joshua Simmons
comment out guides that don't yet exist
/**
 * Dependencies
 */
const cleanup = require('gulp-cleanup');

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