diff --git a/tasks/compile-docs.js b/tasks/compile-docs.js index 2c3d043645..480641e45c 100644 --- a/tasks/compile-docs.js +++ b/tasks/compile-docs.js @@ -106,6 +106,7 @@ _.extend(Compiler.prototype, { getPageDescription: function(compiledContents) { // Blanket assumption that the first paragraph is // suitable for a short description. + // test var description = compiledContents.match(/

([\s\S]*?)<\/p>/)[1]; return description