Closed fsmanuel closed 9 years ago
There is no way to overwrite the config defaults
I want to change parseOnly and i can see why a merge isn't the way to go (preserve exclude). My suggestion is:
parseOnly
exclude
yuidoc: { linkNatives: config.options.linkNatives || true, quiet: config.options.quiet || true, parseOnly: config.options.parseOnly || false, lint: config.options.lint || false, exclude: exclusions.join(',') }
There is no way to overwrite the config defaults
I want to change
parseOnly
and i can see why a merge isn't the way to go (preserveexclude
). My suggestion is: