Files @ abed88031396
Branch filter:

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

Christopher Neugebauer
Adds first pass at credit_card_payment.html
/**
 * Dependencies
 */
const cleanup = require('gulp-cleanup');

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