Files @ bc5d6bc6783b
Branch filter:

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

Josh Simmons
copy edits for ticket sales launch
/**
 * Dependencies
 */
const rev = require('gulp-rev');

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