From fdcce6ccd72ccc2e7870c2d8a00a3708f515982f Mon Sep 17 00:00:00 2001 From: grosbouddha Date: Mon, 27 May 2013 01:31:37 +0200 Subject: [PATCH] Set back original jshint path --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index b0687976..6ea7ca92 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -7,7 +7,7 @@ module.exports = function(grunt) { files: [ 'Gruntfile.js', 'package.json', - 'js/**/*.js' + 'js/*.js' ] }, connect: {