Files @ db4a56f7b2c1
Branch filter:

Location: symposion_app/gulp/tasks/manifest.js

Sachi King
Removing stale package - Raven
/**
 * Dependencies
 */
const rev = require('gulp-rev');

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