Grunt Contrib Clean

screenshot of Grunt Contrib Clean

Clear files and folders.

Overview

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.

Features

  • Build Status: Check the status of the cleaning process.
  • Getting Started: Provides guidance on using Grunt and installing the plugin.
  • Clean Task: Run the task using the grunt clean command.
  • Options: Customize the cleaning process with options like force and no-write.
  • Usage Examples: Three different formats to run the cleaning task.
  • Globbing Patterns: Examples of patterns to clean specific files and folders.
  • Skipping Files: Specify options for all clean tasks and for each clean target.
  • Release History: Track the updates and changes in different versions.
grunt
Grunt

Grunt is a popular JavaScript task runner that automates repetitive tasks like minification, compilation, and testing, allowing developers to focus on writing code.