Files @ f42aeb707e2a
Branch filter:

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

f42aeb707e2a 178 B application/javascript Show Source Show as Raw Download as Raw
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);
};