From b1a0dfa7bd41248a286b9c394fdd51a60c76fad1 Mon Sep 17 00:00:00 2001 From: achrafbenyounes Date: Mon, 15 Dec 2014 18:58:38 +0100 Subject: [PATCH] Update jshint config --- Gruntfile.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index ac5dc6a..d21c2cb 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -43,7 +43,8 @@ module.exports = function(grunt) { 'app/nodeControllers/*.js', 'app/public/scripts/*.js', 'phantomas_custom/**/*.js', - 'test/**/*.js' + 'test/**/*.js', + 'front/src/js/**/*.js' ] }, clean: {