From d89bee974b953c1bbdb805620ebd2c45259c047f Mon Sep 17 00:00:00 2001 From: Stephen James Date: Fri, 10 Jul 2015 19:22:22 -0400 Subject: [PATCH] Do not jshint generated commonjs-bundle file --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index ca912641d..506015141 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -253,7 +253,7 @@ module.exports = function (grunt) { unused: false }, files: { - src: ['test/**/*.js'] + src: ['test/**/*.js','!test/commonjs-bundle.js'] } } },