瀏覽代碼

Update jshint config

achrafbenyounes 10 年之前
父節點
當前提交
b1a0dfa7bd
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      Gruntfile.js

+ 2 - 1
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: {