Skip to content

StevenThuriot/grunt-cleanDotNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grunt-cleanDotNet

This is a grunt task that will clean up all bin and obj folders, typically found in .NET projects.

For those, like myself, that don't fully trust Visual Studio's clean feature.

Usage

Add the following configuration to your Gruntfile.js:

  grunt.loadNpmTasks('grunt-cleanDotNet');
  grunt.registerTask('clean', ['cleanDotNet']);

Run grunt as follows:

grunt clean

About

Clean .NET build files using Grunt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published