+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
...