From 103e5f8409ad624227ff99b8e5fbbc276cadee7b Mon Sep 17 00:00:00 2001 From: kpdecker Date: Fri, 17 Jan 2014 23:11:35 -0600 Subject: [PATCH] Only lint 1 set of release content --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index ae4ff7b1..29611c7f 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -10,7 +10,7 @@ module.exports = function(grunt) { jshintrc: '.jshintrc' }, files: [ - 'dist/**/!(*.min|parser).js' + 'dist/cjs/**/!(*.min|parser).js' ] },