Files @ a2dbc444a296
Branch filter:

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

Josh Simmons
Merge pull request #55 from northbaypython/copy

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

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