Files @ 79563669d1f9
Branch filter:

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

Brett Smith
templates.registrasion: Update for CopyleftConf 2019.
/**
 * Dependencies
 */
const cleanup = require('gulp-cleanup');

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