Skip to content
This repository has been archived by the owner on Feb 20, 2021. It is now read-only.

microsoftarchive/grunt-remove-patterns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

grunt-remove-patterns

Remove files and folders matching patters

How to install

npm install --save grunt-remove-patterns

How to use

Here's an example of a config that would remove all dotfiles, Makefiles and node_modules folders, recursively.

{
  "options": {
    "dir": "build",
    "patterns": [
      "**/node_modules",
      "**/.*",
      "**/Makefile"
    ]
  }
}

About

Remove files and folders matching patterns

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published