Files @ a4495754c89a
Branch filter:

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

Joshua Simmons
update file names for consistency (underscores rather than dashes)
/**
 * Dependencies
 */
const cleanup = require('gulp-cleanup');

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