File diff 0b1da0e85e83 → dd8f0ba9c517
gulp/tasks/cleanup.js
Show inline comments
 
new file 100644
 
/**
 
 * Dependencies
 
 */
 
const cleanup = require('gulp-cleanup');
 

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