Files @ 8c1f21a4fb9c
Branch filter:

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

Sam Kitajima-Kimbrel
Update CFP to point out we won't have Q&A
/**
 * Dependencies
 */
const rev = require('gulp-rev');

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