Files @ 50bc1497e971
Branch filter:

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

50bc1497e971 175 B application/javascript Show Source Show as Raw Download as Raw
Christopher Neugebauer
Fixes another thing
/**
 * Dependencies
 */
const cleanup = require('gulp-cleanup');

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