+1 vote
in JavaScript by
Cleaning Files and Folders in Grunt.JS

1 Answer

0 votes
by
Cleaning Files and Folders
Cleaning Files and Folders

grunt-contrib-clean task helps to clean the file and folder. This will be used to remove all the unwanted content.

Install the clean plug-in through below syntax:

$ npm install grunt-contrib-clean --save-dev

Related questions

+1 vote
0 votes
asked Sep 22, 2021 in Azure Data Factory by Robin
+1 vote
asked Feb 28, 2020 in JavaScript by miceperry
...