symposion_app/gulp/tasks/cleanup.js
2016-02-27 17:23:35 -06:00

12 lines
175 B
JavaScript

/**
* Dependencies
*/
const cleanup = require('gulp-cleanup');
/**
* Module body / Expose
*/
module.exports = config => {
config = config || {};
return cleanup();
};