Files @ e65d19adc091
Branch filter:

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

Joshua Simmons
updating nav - copy editing and making it shorter
/**
 * Dependencies
 */
const rev = require('gulp-rev');

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