Files @ e176cd75dedc
Branch filter:

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

Joshua Simmons
change spam@ email to hello@
/**
 * Dependencies
 */
const gulp = require('gulp');

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