Grunt copy task
Grunt copy task configuration file
| Type | object |
|---|---|
| File match |
copy.json
|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/grunt-copy-task/latest.json |
| Source | https://www.schemastore.org/grunt-copy-task.json |
Validate with Lintel
npx @lintel/lintel check
Type:
object
Properties
options
object
Set the options for grunt-contrib-copy
3 nested properties
noProcess
string
This option is passed to grunt.file.copy as an advanced way to control which file contents are processed.
encoding
string
The file encoding to copy files with.
mode
boolean | number
Whether to copy or set the existing file permissions. Set to true to copy the existing file permissions. Or set to the mode, i.e.: 0644, that copied files will be set to.
Definitions
options
object
Set the options for grunt-contrib-copy
noProcess
string
This option is passed to grunt.file.copy as an advanced way to control which file contents are processed.
encoding
string
The file encoding to copy files with.
mode
boolean | number
Whether to copy or set the existing file permissions. Set to true to copy the existing file permissions. Or set to the mode, i.e.: 0644, that copied files will be set to.