Files @ c012168d45f5
Branch filter:

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

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

/**
 * Module body
 */
module.exports = (entry, config) => {
  config = config || {};
  return gulp.src(entry, config);
};