Files @ cab9734d99d6
Branch filter:

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

cab9734d99d6 175 B application/javascript Show Source Show as Raw Download as Raw
Christopher Neugebauer
Merge pull request #83 from northbaypython/ticket-copy

add copy, minor edits, and stub out pages for for ticket sales
/**
 * Dependencies
 */
const cleanup = require('gulp-cleanup');

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