Files @ a2dbc444a296
Branch filter:

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

Josh Simmons
Merge pull request #55 from northbaypython/copy

call out what advisors have done to help
/**
 * Dependencies
 */
const cleanup = require('gulp-cleanup');

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