Files @ 774e2c625dd5
Branch filter:

Location: CopyleftConf/copyleftconf-website/gulp/tasks/clean.js - annotation

774e2c625dd5 180 B application/javascript Show Source Show as Raw Download as Raw
Joshua Simmons
move inline styles to custom.scss, remove unused pinax templates
/**
 * Dependencies
 */
const del = require('del');

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