Files @ 4d0611e71bfe
Branch filter:

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

Josh Simmons
Merge pull request #31 from northbaypython/josh/copy

add (most) bios, refine news, and more <3 for SFC
/**
 * Dependencies
 */
const rev = require('gulp-rev');

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