Files @ abbe05ee0e6a
Branch filter:

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

abbe05ee0e6a 175 B application/javascript Show Source Show as Raw Download as Raw
Christopher Neugebauer
Fixes a thing or two
/**
 * Dependencies
 */
const cleanup = require('gulp-cleanup');

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