Files @ c4c2379a5e80
Branch filter:

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

Christopher Neugebauer
site.js is now not part of the pipeline
/**
 * Dependencies
 */
const gulp = require('gulp');

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