Files @ f495422d05de
Branch filter:

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

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

rejigger url scheme, organize static pages, and stub out last 2 pages needed for launch
/**
 * Dependencies
 */
const cleanup = require('gulp-cleanup');

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