api-builder: remove unnecessary outputFolder config setting from angular.io-package
This is set in the gulpfile now
This commit is contained in:
parent
ed3a4965e5
commit
7239b52984
|
@ -48,8 +48,6 @@ module.exports = new Package('angular.io', [basePackage, targetPackage, cheatshe
|
|||
basePath: ANGULAR2_DOCS_PATH,
|
||||
include: path.resolve(ANGULAR2_DOCS_PATH, 'cheatsheet/*.md')
|
||||
}];
|
||||
|
||||
writeFilesProcessor.outputFolder = 'js/latest/api';
|
||||
})
|
||||
|
||||
.config(function(getLinkInfo) {
|
||||
|
@ -60,7 +58,7 @@ module.exports = new Package('angular.io', [basePackage, targetPackage, cheatshe
|
|||
.config(function(readFilesProcessor, generateNavigationDoc, createOverviewDump) {
|
||||
// Clear out unwanted processors
|
||||
generateNavigationDoc.$enabled = false;
|
||||
createOverviewDump.$enabled = false;
|
||||
//createOverviewDump.$enabled = false;
|
||||
})
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue