grunt-remove-patterns

0.1.2 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i grunt-remove-patterns

Weekly Downloads

0

Version

0.1.2

License

MIT

Last publish

Collaborators

  • netroy
  • bwindels
  • adamrenklint