Files @ 7f93a023d0b0
Branch filter:

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

7f93a023d0b0 175 B application/javascript Show Source Show as Raw Download as Raw
Christopher Neugebauer
Adds wiki base template
/**
 * Dependencies
 */
const cleanup = require('gulp-cleanup');

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