Files @ 68ce94a7edbc
Branch filter:

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

Joshua Simmons
refine CoC info
/**
 * Dependencies
 */
const rev = require('gulp-rev');

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