Files @ f42aeb707e2a
Branch filter:

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

Christopher Neugebauer
Factors the display of an invoice into _invoice_details.html for reuse in e-mail bits.
/**
 * Dependencies
 */
const gulp = require('gulp');

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