Files @ 4fbf225e96f7
Branch filter:

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

Christopher Neugebauer
Merge pull request #47 from northbaypython/josh/copy

make links in body copy look like links
/**
 * Dependencies
 */
const cleanup = require('gulp-cleanup');

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