Files @ 32c2469b99f4
Branch filter:

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

32c2469b99f4 175 B application/javascript Show Source Show as Raw Download as Raw
Christopher Neugebauer
Vendors bootstrap-sass :(
/**
 * Dependencies
 */
const cleanup = require('gulp-cleanup');

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