Clear files and folders.
The grunt-contrib-clean v2.0.1 plugin is a Grunt task that allows users to clean files and folders in their project. It is designed to work with Grunt 0.4.x and newer versions, providing functionality to delete files and directories based on specified targets, files, and options. This plugin ensures a clean environment for your project by allowing you to remove unwanted files and directories easily.
grunt clean
command.force
and no-write
.Grunt is a popular JavaScript task runner that automates repetitive tasks like minification, compilation, and testing, allowing developers to focus on writing code.