From 57f4cf15494c4158c94092461f343f82549dd71e Mon Sep 17 00:00:00 2001 From: Ian Gilman Date: Fri, 22 Mar 2013 09:42:51 -0700 Subject: [PATCH] A little git-describe cleanup --- Gruntfile.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index b400e2e3..6a94d6a3 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -134,11 +134,10 @@ module.exports = function(grunt) { afterconcat: [ distribution ] }, "git-describe": { - options: { - prop: "gitInfo" - }, build: { - // Nothing here; we just need it in order to trigger this task + options: { + prop: "gitInfo" + } } } });