From e1d822069961412ffcc20f944a78db92c7254ea3 Mon Sep 17 00:00:00 2001 From: jeromew Date: Mon, 4 May 2015 20:58:25 +0000 Subject: [PATCH] Fix #205: Source link in docs should point to correct commit --- tasks/docs.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/docs.js b/tasks/docs.js index d7b8a17..00392dd 100644 --- a/tasks/docs.js +++ b/tasks/docs.js @@ -65,6 +65,7 @@ module.exports = function (grunt) { if (contains(items, c)) { throw new Error('Duplicate id:' + c.id); } + c.tag = grunt.config.get('pkg.version') items.push(c); });