Files @ 2642c0311574
Branch filter:

Location: symposion_app/gulp/tasks/manifest.js

Sachi King
Sneak 2017 into the list of previous years
/**
 * Dependencies
 */
const rev = require('gulp-rev');

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