From 39bc5198ae1b0617b2e58710e8e7fd2d9c6c9c2a Mon Sep 17 00:00:00 2001 From: Phillip Alexander Date: Sun, 18 Aug 2013 23:54:25 -0700 Subject: [PATCH] Remove extra trailing comma in Gruntfile.js validation: { options: { reset: true }, --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index e05763f1c5..79f5715d87 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -127,7 +127,7 @@ module.exports = function(grunt) { validation: { options: { - reset: true, + reset: true }, files: { src: ["_gh_pages/**/*.html"]