Files @ f1b6e31c312a
Branch filter:

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

Brett Smith
templates: Ask for support after invoice payment.
/**
 * Dependencies
 */
const gulp = require('gulp');

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