diff options
Diffstat (limited to 'docs/docs.config.js')
| -rw-r--r-- | docs/docs.config.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/docs.config.js b/docs/docs.config.js index c1539cb6..62fd6066 100644 --- a/docs/docs.config.js +++ b/docs/docs.config.js @@ -25,6 +25,8 @@ module.exports = function(config) { { pattern: '**/*.ngdoc', basePath: path.resolve(basePath, 'content') } ]); + config.set('processing.stopOnError', true); + config.set('processing.errors.minerrInfoPath', path.resolve(basePath, '../build/errors.json')); config.set('rendering.outputFolder', '../build/docs'); |
