Files @ 3ee7b88ad337
Branch filter:

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

3ee7b88ad337 226 B application/javascript Show Source Show as Raw Download as Raw
Christopher Neugebauer
Disable some things
/**
 * Dependencies
 */
const rev = require('gulp-rev');

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