Files @ feddf099e4be
Branch filter:

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

feddf099e4be 175 B application/javascript Show Source Show as Raw Download as Raw
Brett Smith
login: Revise NBP-specific note.
/**
 * Dependencies
 */
const cleanup = require('gulp-cleanup');

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