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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.4
    108
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.4
    108
  • 0.0.3
    3
  • 0.0.2
    4
  • 0.0.1
    3

Package Sidebar

Install

npm i grunt-rm

Weekly Downloads

31

Version

0.0.4

License

none

Last publish

Collaborators

  • fragphace