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

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i grunt-remove-patterns

      Weekly Downloads

      1

      Version

      0.1.2

      License

      MIT

      Last publish

      Collaborators

      • netroy
      • bwindels
      • adamrenklint