Files @ a4495754c89a
Branch filter:

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

a4495754c89a 226 B application/javascript Show Source Show as Raw Download as Raw
Joshua Simmons
update file names for consistency (underscores rather than dashes)
/**
 * Dependencies
 */
const rev = require('gulp-rev');

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