A little git-describe cleanup

This commit is contained in:
Ian Gilman 2013-03-22 09:42:51 -07:00
parent ae56136d32
commit 57f4cf1549

View File

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