Update jshint config

This commit is contained in:
achrafbenyounes
2014-12-15 18:58:38 +01:00
parent ffbedc1e02
commit b1a0dfa7bd
+2 -1
View File
@@ -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: {