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" + } } } });