Files @ c012168d45f5
Branch filter:

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

c012168d45f5 175 B application/javascript Show Source Show as Raw Download as Raw
Christopher Neugebauer
Comment out ticket sales message
/**
 * Dependencies
 */
const cleanup = require('gulp-cleanup');

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