Files @ 3ee7b88ad337
Branch filter:

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

3ee7b88ad337 175 B application/javascript Show Source Show as Raw Download as Raw
Christopher Neugebauer
Disable some things
/**
 * Dependencies
 */
const cleanup = require('gulp-cleanup');

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