breakstring options or number that is the default value for width of breakstring. All other values will be default values.
Comment options
Fence Options If string then will be parsed as [[fenceKind]] using [[fenceKind.parse]]
Determins if missing files should be ignored when processing. If true then missing files will be ignored. Oherwise missing files will generate an error.
for internal use only. Not documented on purpose
Number
representing a enum value of [[regexKind]]
--or--
String
representing a enum value of [[regexKind]]
--or--
Complete or partial object matching [[IMatchOpt]] options that determine how build_include matches are found.
Any omitted values are included from the values of default match [[MatchBuildInclude]]
Type: String
noProcess
option is passed to grunt.file.copy
as an advanced way to control which file contents are processed.
Determines if any settings in the file should be overriden by the settings in the gruntfile.
true
Gruntfile Setting are overriden; Otherwise, any options in the inline BREAKSTRING_INCLUDE will
take priority.
process
if set then will override all of GRUNT-BUILD-INCLUDE processing.
It is recommended not to set this option unless your are certain of what your doing.
Determines if recursion should be used. If recursion is true then build include files will be searched for matches as also replaced in a recursive manner
Text options
Determins if logging should be done in a verbose mannor. If true then verbose logging will be turned on; Otherwise, normal logging.
Generated using TypeDoc
Determines if replacement should be treated as a javascript string. If
true
BUILD_INCLUDE replacements files are treated as javascript strings.