Files @ 7677bd7eeaae
Branch filter:

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

7677bd7eeaae 178 B application/javascript Show Source Show as Raw Download as Raw
Christopher Neugebauer
Merge remote-tracking branch 'origin/2019' into chrisjrn/2019
/**
 * Dependencies
 */
const gulp = require('gulp');

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