Files @ 25569c416d45
Branch filter:

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

Joshua Simmons
add markdown support, initial content for CFP
/**
 * Dependencies
 */
const cleanup = require('gulp-cleanup');

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