| Current Path : /home/flapst5/ekmtoronto.com/wp-content/plugins/wp-defender/extra/shared-tasks/ |
| Current File : /home/flapst5/ekmtoronto.com/wp-content/plugins/wp-defender/extra/shared-tasks/wpmudev_clean.js |
module.exports = function (grunt, wpmudev) {
'use strict';
grunt.registerTask('wpmudev_cleanup', function () {
grunt.config.set('clean', {
wpmudev: wpmudev.files.get('clean')
});
grunt.task.run('clean');
});
};