Files @ 175da679e5b7
Branch filter:

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

Joshua Simmons
remove inline styles
/**
 * Dependencies
 */
const cleanup = require('gulp-cleanup');

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