Files
carpseeds.pl/wp-content/plugins/elementor-3.2.5-bck4/.grunt-config/clean.js
2024-07-15 11:28:08 +02:00

11 lines
127 B
JavaScript

/**
* Grunt clean task config
* @package Elementor
*/
module.exports = {
//Clean up build folder
main: [
'build'
],
};