0.1.2 • Published 10 years ago

grunt-remove-patterns v0.1.2

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

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"
    ]
  }
}
0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago