You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
323 B

  1. # Options
  2. ## processContent
  3. Type: `Function(content, srcpath)`
  4. This option is passed to `grunt.file.copy` as an advanced way to control the file contents that are copied.
  5. ## processContentExclude
  6. Type: `String`
  7. This option is passed to `grunt.file.copy` as an advanced way to control which file contents are processed.