Files @ 5c2fdb5863b4
Branch filter:

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

5c2fdb5863b4 175 B application/javascript Show Source Show as Raw Download as Raw
Christopher Neugebauer
Replaces display:none with hidden-accessible class recommended by Nic
/**
 * Dependencies
 */
const cleanup = require('gulp-cleanup');

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