chore(dgeni): work around TS 1.8 dgeni bug RE output paths

This commit is contained in:
perry
2016-03-11 16:45:02 -06:00
parent 6ec68e207c
commit 01a3034b96
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ module.exports = function jekyll(renderDocsProcessor) {
docs.forEach(function(doc, i) {
docs[i].URL = doc.outputPath.replace('docs/v2//','docs/v2/')
.replace('/index.md','')
.replace('//home/ubuntu/ionic/ionic', '/');
.replace('//home/ubuntu/ionic/ionic', '');
});
docs.push({