From ecfef4a560dece9dd911017efdfc63fcc04bedfc Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sun, 9 Jun 2013 16:08:59 +0200 Subject: adapted to jshint config --- module/web/Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/web/Gruntfile.js') diff --git a/module/web/Gruntfile.js b/module/web/Gruntfile.js index 6e51c9b63..4799afb01 100644 --- a/module/web/Gruntfile.js +++ b/module/web/Gruntfile.js @@ -107,7 +107,7 @@ module.exports = function(grunt) { }, all: [ 'Gruntfile.js', - '<%= yeoman.app %>/scripts/{,*/}*.js', + '<%= yeoman.app %>/scripts/**/*.js', '!<%= yeoman.app %>/scripts/vendor/*', 'test/spec/{,*/}*.js' ] -- cgit v1.2.3