Files @ 6b9ff97a243c
Branch filter:

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

Christopher Neugebauer
Update the account login page.
/**
 * Dependencies
 */
const rev = require('gulp-rev');

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