Files @ f42aeb707e2a
Branch filter:

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

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

/**
 * Module body / Expose
 */
module.exports = config => {
  config = config || {};
  config.path = config.path || 'manifest.json';
  return rev.manifest(config);
};