grunt-rm

0.0.4 • Public • Published

grunt-rm

Grunt multi-task that removes specified files and directories.

Installation

npm install grunt-rm

For more information see grunt.js documentation: https://github.com/cowboy/grunt/blob/master/docs/toc.md

Config

rm: {
  foo: 'js/*/**',
  bar: [
    'css/reset.css',
    'css/style.css'
  ],
  someDir: {
   dir: 'css/images/'
  }
}

Release notes

0.0.4

  • Change to fs.existsSync with backwards compatibility (thanks to pcottle)

0.0.3

/grunt-rm/

    Package Sidebar

    Install

    npm i grunt-rm

    Weekly Downloads

    31

    Version

    0.0.4

    License

    none

    Last publish

    Collaborators

    • fragphace