From: Tomi Virkki Date: Tue, 6 Oct 2015 08:02:44 +0000 (+0300) Subject: Table of contents removed from common imports X-Git-Tag: 0.3.0-beta10~2^2~4 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=83bc858374d4eef2946779f854b795e01fbe4eaf;p=vaadin-core.git Table of contents removed from common imports --- diff --git a/tasks/docsite.js b/tasks/docsite.js index fe5546f..f80f312 100644 --- a/tasks/docsite.js +++ b/tasks/docsite.js @@ -75,6 +75,8 @@ config.components.forEach(function (n) { .pipe(replace(/(src|href)=("|')(.*?)\.\.\/\.\.\//mg, '$1=$2../bower_components/')) // Remove references to demo.css file .pipe(replace(/^.*demo.css.*\n/im, '')) + // Remove table of contents + .pipe(replace(/^.*table-of-contents.html.*\n/im, '')) .pipe(gulp.dest(componentDocsite)); });