Files @ dd6aaf9b285c
Branch filter:

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

dd6aaf9b285c 175 B application/javascript Show Source Show as Raw Download as Raw
Christopher Neugebauer
Adds “please fill out your own registration” information.
/**
 * Dependencies
 */
const cleanup = require('gulp-cleanup');

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