Files @ cab9734d99d6
Branch filter:

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

Christopher Neugebauer
Merge pull request #83 from northbaypython/ticket-copy

add copy, minor edits, and stub out pages for for ticket sales
/**
 * Dependencies
 */
const rev = require('gulp-rev');

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