Enable jshint for server and shared files.

This commit is contained in:
Your Name 2014-06-06 22:00:36 +02:00
parent a2723c6b12
commit acbfb694ff

View file

@ -111,7 +111,10 @@ module.exports = function (grunt) {
},
all: [
'Gruntfile.js',
'<%= yeoman.app %>/scripts/{,*/}*.js'
'<%= yeoman.app %>/scripts/{,**/}*.js',
'shared/{,**/}*.js',
'server/{,**/}*.js',
'!server/templates/{,**/}*.js'
]
},