Files @ 6b057ca26e3c
Branch filter:

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

Josh Simmons
Merge pull request #39 from northbaypython/josh/copy

first attempt at opengraph metatags
/**
 * Dependencies
 */
const cleanup = require('gulp-cleanup');

/**
 * Module body / Expose
 */
module.exports = config => {
  config = config || {};
  return cleanup();
};