From 1f45406fa3c789db2f7a60d71f59459071a98ce9 Mon Sep 17 00:00:00 2001 From: Nick Cox Date: Tue, 31 Mar 2015 22:27:02 -0700 Subject: [PATCH] testing --- tasks/compile-docs.js | 1 + 1 file changed, 1 insertion(+) 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