Grunt clean task
Grunt clean task configuration file
| Type | object |
|---|---|
| File match |
clean.json
|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/grunt-clean-task/latest.json |
| Source | https://www.schemastore.org/grunt-clean-task.json |
Validate with Lintel
npx @lintel/lintel check
Type:
object
Properties
options
object
Set the options for grunt-contrib-copy
2 nested properties
force
boolean
This overrides this task from blocking deletion of folders outside current working dir (CWD). Use with caution.
no-write
boolean
Will log messages of what would happen if the task was ran but doesn't actually delete the files.
Definitions
options
object
Set the options for grunt-contrib-copy
force
boolean
This overrides this task from blocking deletion of folders outside current working dir (CWD). Use with caution.
no-write
boolean
Will log messages of what would happen if the task was ran but doesn't actually delete the files.