Your IP : 216.73.216.215


Current Path : /home/flapst5/ekmtoronto.com/wp-content/plugins/wp-defender/extra/shared-tasks/
Upload File :
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');
	});
};