]> source.dussan.org Git - vaadin-core.git/commitdiff
Table of contents removed from common imports
authorTomi Virkki <virkki@vaadin.com>
Tue, 6 Oct 2015 08:02:44 +0000 (11:02 +0300)
committerTomi Virkki <virkki@vaadin.com>
Tue, 6 Oct 2015 08:02:44 +0000 (11:02 +0300)
tasks/docsite.js

index fe5546fe69397b52841e407f37eab8bc07719ede..f80f3125baf027ef9a753d2b2052ccb15dbb92e7 100644 (file)
@@ -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));
   });