aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tasks/docsite.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/docsite.js b/tasks/docsite.js
index f80f312..4f8be17 100644
--- a/tasks/docsite.js
+++ b/tasks/docsite.js
@@ -74,7 +74,7 @@ config.components.forEach(function (n) {
// Adjust location of dependencies in bower_components (../..)
.pipe(replace(/(src|href)=("|')(.*?)\.\.\/\.\.\//mg, '$1=$2../bower_components/'))
// Remove references to demo.css file
- .pipe(replace(/^.*demo.css.*\n/im, ''))
+ .pipe(replace(/^.*<link.*demo.css.*\n/im, ''))
// Remove table of contents
.pipe(replace(/^.*table-of-contents.html.*\n/im, ''))