mirror of
https://github.com/wassname/phaser.git
synced 2026-08-07 11:26:10 +08:00
12 lines
323 B
Markdown
12 lines
323 B
Markdown
# Options
|
|
|
|
## processContent
|
|
Type: `Function(content, srcpath)`
|
|
|
|
This option is passed to `grunt.file.copy` as an advanced way to control the file contents that are copied.
|
|
|
|
## processContentExclude
|
|
Type: `String`
|
|
|
|
This option is passed to `grunt.file.copy` as an advanced way to control which file contents are processed.
|