source: Dev/trunk/node_modules/grunt-contrib-clean/docs/clean-options.md @ 484

Last change on this file since 484 was 484, checked in by hendrikvanantwerpen, 11 years ago

Commit node_modules, to make checkouts and builds more deterministic.

File size: 311 bytes
Line 
1# Options
2
3## force
4Type: `Boolean` 
5Default: false
6
7This overrides this task from blocking deletion of folders outside current working dir (CWD). Use with caution.
8
9## no-write
10Type: `Boolean` 
11Default: false
12
13Will log messages of what would happen if the task was ran but doesn't actually delete the files.
Note: See TracBrowser for help on using the repository browser.