From b58636d48f7ab52b08059acbe160c24b89ffdebb Mon Sep 17 00:00:00 2001 From: Spencer Alger Date: Thu, 30 Jan 2014 13:34:06 -0700 Subject: [PATCH] fix the jshint test --- grunt/config/jshint.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grunt/config/jshint.js b/grunt/config/jshint.js index 98c711826..78e5f3090 100644 --- a/grunt/config/jshint.js +++ b/grunt/config/jshint.js @@ -1,7 +1,7 @@ module.exports = { source: { src: [ - 'src/**/*.js', + 'src/**/*.js -src/elasticsearch/**/* -src/bower-elasticsearch-js/**/*', 'scripts/**/*.js', 'test/**/*.js -test/browser_integration/yaml_tests.js', 'grunt/**/*.js',