Files @ fc45ab3ba06f
Branch filter:

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

Josh Simmons
draft STAY traveler page, correct typo on FLY page
/**
 * Dependencies
 */
const cleanup = require('gulp-cleanup');

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