Files @ cf80f0716aa3
Branch filter:

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

cf80f0716aa3 175 B application/javascript Show Source Show as Raw Download as Raw
Christopher Neugebauer
Updates more dates.
/**
 * Dependencies
 */
const cleanup = require('gulp-cleanup');

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