build(aio): turn on dangling link checking

This commit is contained in:
Peter Bacon Darwin
2017-04-25 13:30:30 +01:00
committed by Pete Bacon Darwin
parent 9b7f2ce6c3
commit 5331fc1aab
2 changed files with 13 additions and 1 deletions

View File

@ -33,7 +33,8 @@ module.exports = new Package('angular-base', [
.factory(require('./readers/json'))
.config(function(checkAnchorLinksProcessor) {
// TODO: re-enable
// This is disabled here to prevent false negatives for the `docs-watch` task.
// It is re-enabled in the main `angular.io-package`
checkAnchorLinksProcessor.$enabled = false;
})